From 0073572f47c457cc505e3c76afb3729e16778d3e Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Fri, 13 Nov 2020 17:40:51 +0100 Subject: [PATCH] Esp32 sleep override not needed anymore since code does take care now --- tasmota/tasmota_globals.h | 3 --- 1 file changed, 3 deletions(-) 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