diff --git a/tasmota/tasmota_xdrv_driver/xdrv_27_esp32_shutter.ino b/tasmota/tasmota_xdrv_driver/xdrv_27_esp32_shutter.ino index e056ce62986e..ca10aa92abd1 100644 --- a/tasmota/tasmota_xdrv_driver/xdrv_27_esp32_shutter.ino +++ b/tasmota/tasmota_xdrv_driver/xdrv_27_esp32_shutter.ino @@ -17,12 +17,7 @@ along with this program. If not, see . */ -// 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 diff --git a/tasmota/tasmota_xdrv_driver/xdrv_27_shutter.ino b/tasmota/tasmota_xdrv_driver/xdrv_27_shutter.ino index 76a03da9bbdb..f6fe28a40807 100644 --- a/tasmota/tasmota_xdrv_driver/xdrv_27_shutter.ino +++ b/tasmota/tasmota_xdrv_driver/xdrv_27_shutter.ino @@ -17,22 +17,7 @@ along with this program. If not, see . */ -// 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