Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
ee82b2ad
Commit
ee82b2ad
authored
Sep 30, 2015
by
Robert Foss
Browse files
Moved SSID define to user_config.h
parent
721fadfd
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/include/user_config.h
View file @
ee82b2ad
...
...
@@ -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__ */
app/modules/enduser_setup.c
View file @
ee82b2ad
...
...
@@ -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))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment