瀏覽代碼

Moved SSID define to user_config.h

Robert Foss 8 年之前
父節點
當前提交
ee82b2ad12
共有 2 個文件被更改,包括 2 次插入1 次删除
  1. 2 0
      app/include/user_config.h
  2. 0 1
      app/modules/enduser_setup.c

+ 2 - 0
app/include/user_config.h

@@ -68,6 +68,8 @@
 #define LED_LOW_COUNT_DEFAULT 0
 #endif
 
+#define ENDUSER_SETUP_AP_SSID "SetupGadget"
+
 #define STRBUF_DEFAULT_INCREMENT 32
 
 #endif	/* __USER_CONFIG_H__ */

+ 0 - 1
app/modules/enduser_setup.c

@@ -43,7 +43,6 @@
 #include "espconn.h"
 #include "flash_fs.h"
 
-#define ENDUSER_SETUP_AP_SSID "SetupGadget"
 
 #define MIN(x, y)  (((x) < (y)) ? (x) : (y))