diff --git a/tasmota/tasmota_globals.h b/tasmota/tasmota_globals.h index f32c233d6..93193c98a 100644 --- a/tasmota/tasmota_globals.h +++ b/tasmota/tasmota_globals.h @@ -357,9 +357,6 @@ const char kWebColors[] PROGMEM = #define FALLBACK_MODULE WEMOS // [Module2] Select default module on fast reboot where USER_MODULE is user template #endif -#undef APP_NORMAL_SLEEP // ESP32 with BT needs API sleep! -#define APP_NORMAL_SLEEP true // [SetOption60] Enable normal sleep instead of dynamic sleep - #ifndef ARDUINO_ESP32_RELEASE #define ARDUINO_CORE_RELEASE "STAGE" #else