Moved SSID define to user_config.h

This commit is contained in:
Robert Foss 2015-09-30 13:24:18 -04:00
parent 721fadfd14
commit ee82b2ad12
2 changed files with 2 additions and 1 deletions

View File

@ -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__ */

View File

@ -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))