mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-23 18:56:38 +00:00
parent
0502c15ce3
commit
f726c904ab
@ -17,12 +17,7 @@
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
// Start temporarly extra tests for overriding USE_SHUTTER_ESP32 ****
|
||||
// Remove once tests complete
|
||||
#if defined(ESP32) && defined(USE_SHUTTER_ESP32)
|
||||
// End **************************************************************
|
||||
|
||||
//#ifdef ESP32
|
||||
#ifdef ESP32
|
||||
#ifdef USE_SHUTTER
|
||||
/*********************************************************************************************\
|
||||
* Shutter or Blind support using two consecutive relays
|
||||
|
@ -17,22 +17,7 @@
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
// Start temporarly extra tests for overriding USE_SHUTTER_ESP32 ****
|
||||
// Remove once tests complete
|
||||
#ifdef ESP8266
|
||||
#define USE_SHUTTER_ESP8266
|
||||
#endif
|
||||
|
||||
#ifdef ESP32
|
||||
#ifndef USE_SHUTTER_ESP32
|
||||
#define USE_SHUTTER_ESP8266
|
||||
#endif // No USE_SHUTTER_ESP32
|
||||
#endif // ESP32
|
||||
|
||||
#ifdef USE_SHUTTER_ESP8266
|
||||
// End **************************************************************
|
||||
|
||||
//#ifdef ESP8266
|
||||
#ifdef USE_SHUTTER
|
||||
/*********************************************************************************************\
|
||||
* Shutter or Blind support using two consecutive relays
|
||||
|
Loading…
x
Reference in New Issue
Block a user