Esp32 sleep override not needed

anymore since code does take care now
This commit is contained in:
Jason2866 2020-11-13 17:40:51 +01:00 committed by GitHub
parent c1b0a50630
commit 0073572f47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -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