Small changes

pull/84/head
KatAst 9 years ago
parent 887c5a66cc
commit 793506fdd1
  1. 14
      Makefile
  2. 2
      esp-link/main.c

@ -26,7 +26,7 @@
# The SOFTAP configuration can be hard-coded here, the minimum parameters to set are AP_SSID && AP_PASS
# The AP SSID has to be at least 8 characters long, same for AP PASSWORD
# The AP AUTH MODE can be set to ( default = AUTH_WPA_WPA2_PSK )
# AUTH_OPEN = 0,
# AUTH_OPEN,
# AUTH_WEP,
# AUTH_WPA_PSK,
# AUTH_WPA2_PSK,
@ -35,12 +35,12 @@
# Max connections default 4, ( 1 ~ 4 )
# Beacon interval default 100, ( 100 ~ 60000ms )
# AP_SSID ?=
# AP_PASS ?=
# AP_AUTH_MODE ?=
# AP_SSID_HIDDEN ?=
# AP_MAX_CONN ?=
# AP_BEACON_INTERVAL ?=
# AP_SSID ?=esp_link_test
# AP_PASS ?=esp_link_test
# AP_AUTH_MODE ?=AUTH_WPA_WPA2_PSK
# AP_SSID_HIDDEN ?=0
# AP_MAX_CONN ?=4
# AP_BEACON_INTERVAL ?=100
# If CHANGE_TO_STA is set to "yes" the esp-link module will switch to station mode

@ -112,7 +112,7 @@ void user_rf_pre_init(void) {
void user_init(void) {
// get the flash config so we know how to init things
// configWipe(); // uncomment to reset the config for testing purposes
configWipe(); // uncomment to reset the config for testing purposes
bool restoreOk = configRestore();
// Init gpio pin registers
gpio_init();

Loading…
Cancel
Save