Merge pull request #4217 from andrethomas/development

sonoff-basic.bin - Enable sleep = 1 by default
This commit is contained in:
Theo Arends 2018-10-30 20:41:19 +01:00 committed by GitHub
commit 8fb2de944e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -229,6 +229,9 @@ void KNX_CB_Action(message_t const &msg, void *arg);
#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_ARDUINO_OTA // Disable support for Arduino OTA
#undef USE_WPS // Disable support for WPS as initial wifi configuration tool