Save last WiFi settings?
Posted: Sat May 23, 2015 6:22 pm
Hi,
with nodeMCU the last 2 SSID+PW Configurations get saved internally by the esp8266 and it will automatically connect.
Is this also possible with the esp8266 Arduino SDK FW?
Because there I have to call WiFi.begin(SSID, PW); but I don't want to hardcode SSID and PW.
Or do I have to write the SSID/PW to the eeprom manually?
Thanks&BR
Daniel
with nodeMCU the last 2 SSID+PW Configurations get saved internally by the esp8266 and it will automatically connect.
Is this also possible with the esp8266 Arduino SDK FW?
Because there I have to call WiFi.begin(SSID, PW); but I don't want to hardcode SSID and PW.
Or do I have to write the SSID/PW to the eeprom manually?
Thanks&BR
Daniel