Commit ee82b2ad authored by Robert Foss's avatar Robert Foss
Browse files

Moved SSID define to user_config.h

parent 721fadfd
...@@ -68,6 +68,8 @@ ...@@ -68,6 +68,8 @@
#define LED_LOW_COUNT_DEFAULT 0 #define LED_LOW_COUNT_DEFAULT 0
#endif #endif
#define ENDUSER_SETUP_AP_SSID "SetupGadget"
#define STRBUF_DEFAULT_INCREMENT 32 #define STRBUF_DEFAULT_INCREMENT 32
#endif /* __USER_CONFIG_H__ */ #endif /* __USER_CONFIG_H__ */
...@@ -43,7 +43,6 @@ ...@@ -43,7 +43,6 @@
#include "espconn.h" #include "espconn.h"
#include "flash_fs.h" #include "flash_fs.h"
#define ENDUSER_SETUP_AP_SSID "SetupGadget"
#define MIN(x, y) (((x) < (y)) ? (x) : (y)) #define MIN(x, y) (((x) < (y)) ? (x) : (y))
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment