mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 19:26:37 +00:00
sonoff-basic.bin - Enable sleep = 1 by default
This commit is contained in:
parent
332b657e77
commit
954ed0ea3c
@ -229,6 +229,9 @@ void KNX_CB_Action(message_t const &msg, void *arg);
|
|||||||
|
|
||||||
#ifdef USE_BASIC
|
#ifdef USE_BASIC
|
||||||
|
|
||||||
|
#undef APP_SLEEP
|
||||||
|
#define APP_SLEEP 1 // Default to sleep = 1 for USE_BASIC
|
||||||
|
|
||||||
//#undef USE_ENERGY_SENSOR // Disable energy sensors
|
//#undef USE_ENERGY_SENSOR // Disable energy sensors
|
||||||
#undef USE_ARDUINO_OTA // Disable support for Arduino OTA
|
#undef USE_ARDUINO_OTA // Disable support for Arduino OTA
|
||||||
#undef USE_WPS // Disable support for WPS as initial wifi configuration tool
|
#undef USE_WPS // Disable support for WPS as initial wifi configuration tool
|
||||||
|
Loading…
x
Reference in New Issue
Block a user