Update user_config.h

This commit is contained in:
Adrian Scillato 2018-05-31 02:44:17 -03:00 committed by GitHub
parent 1bc3057c8a
commit 5571135437
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,6 +49,7 @@
// -- Project ------------------------------------- // -- Project -------------------------------------
#define PROJECT "sonoff" // PROJECT is used as the default topic delimiter #define PROJECT "sonoff" // PROJECT is used as the default topic delimiter
//#define MODULE SONOFF_BASIC // [Module] Select default model from sonoff_template.h (Should not be changed) //#define MODULE SONOFF_BASIC // [Module] Select default model from sonoff_template.h (Should not be changed)
//#define MODULE WEMOS // [Module] Select default model from sonoff_template.h (Should not be changed)
#define SAVE_DATA 1 // [SaveData] Save changed parameters to Flash (0 = disable, 1 - 3600 seconds) #define SAVE_DATA 1 // [SaveData] Save changed parameters to Flash (0 = disable, 1 - 3600 seconds)
#define SAVE_STATE 1 // [SetOption0] Save changed power state to Flash (0 = disable, 1 = enable) #define SAVE_STATE 1 // [SetOption0] Save changed power state to Flash (0 = disable, 1 = enable)
@ -516,7 +517,7 @@
* Select KNX without Emulation to save space * Select KNX without Emulation to save space
\*********************************************************************************************/ \*********************************************************************************************/
//#define USE_KNX_NO_EMULATION // Create sonoff-knx with KNX but without Emulation (See sonoff_post.h) #define USE_KNX_NO_EMULATION // Create sonoff-knx with KNX but without Emulation (See sonoff_post.h)
/*********************************************************************************************\ /*********************************************************************************************\
* Compile a minimal version if upgrade memory gets tight ONLY TO BE USED FOR UPGRADE STEP 1! * Compile a minimal version if upgrade memory gets tight ONLY TO BE USED FOR UPGRADE STEP 1!