Moved SSID define to user_config.h
This commit is contained in:
parent
721fadfd14
commit
ee82b2ad12
|
@ -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 @@
|
||||||
#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))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue