Merge pull request #9838 from Jason2866/patch-5

Esp32 sleep override not needed
This commit is contained in:
Theo Arends 2020-11-13 17:49:52 +01:00 committed by GitHub
commit 0ac5dade2e
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