mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-26 20:26:32 +00:00
Enable ESP32 API sleep
This commit is contained in:
parent
b0e2ceb17b
commit
0c89adb435
@ -357,8 +357,8 @@ const char kWebColors[] PROGMEM =
|
|||||||
#define FALLBACK_MODULE WEMOS // [Module2] Select default module on fast reboot where USER_MODULE is user template
|
#define FALLBACK_MODULE WEMOS // [Module2] Select default module on fast reboot where USER_MODULE is user template
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#undef APP_NORMAL_SLEEP // ESP32 with BT needs API sleep! Platformio "-DAPP_NORMAL_SLEEP=true"
|
#undef APP_NORMAL_SLEEP // ESP32 with BT needs API sleep!
|
||||||
#define APP_NORMAL_SLEEP false // [SetOption60] Enable normal sleep instead of dynamic sleep
|
#define APP_NORMAL_SLEEP true // [SetOption60] Enable normal sleep instead of dynamic sleep
|
||||||
|
|
||||||
#ifndef ARDUINO_ESP32_RELEASE
|
#ifndef ARDUINO_ESP32_RELEASE
|
||||||
#define ARDUINO_CORE_RELEASE "STAGE"
|
#define ARDUINO_CORE_RELEASE "STAGE"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user