Explorar o código

Moved SSID define to user_config.h

Robert Foss %!s(int64=8) %!d(string=hai) anos
pai
achega
ee82b2ad12
Modificáronse 2 ficheiros con 2 adicións e 1 borrados
  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))