diff --git a/sonoff/user_config.h b/sonoff/user_config.h index 6893e9ae8..4bdf30adf 100644 --- a/sonoff/user_config.h +++ b/sonoff/user_config.h @@ -49,6 +49,7 @@ // -- Project ------------------------------------- #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 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_STATE 1 // [SetOption0] Save changed power state to Flash (0 = disable, 1 = enable) @@ -516,7 +517,7 @@ * 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!