Wifimanager: The SSID and password saved

Created on 19 Jul 2016  路  3Comments  路  Source: tzapu/WiFiManager

Thank you for your library!

I have a question, after the Autoconnect function to save the password and SSID. In the loop() function I want to access the SSID and password saved, because I have lost the connection to the WiFi and now I want to check out and reconnect to Wifi in Loop() function.
My question is: How can I get the SSID and password information stored earlier and if I want to connect again, can I use autoconnect function?

thank you :smile:
and sorry for my bad English.

Most helpful comment

You can get them like so:

Serial.println( WiFi.SSID() );
Serial.println( WiFi.psk() );

All 3 comments

My question is: How can I get the SSID and password information stored earlier. that's it.

Hi,
I have checked. WiFiManager does not save SSID and PASSWORD in EEPROM. so where do you saved SSID and PASSWORD? Where can I get them?

Thanks.

You can get them like so:

Serial.println( WiFi.SSID() );
Serial.println( WiFi.psk() );
Was this page helpful?
0 / 5 - 0 ratings

Related issues

dontsovcmc picture dontsovcmc  路  4Comments

reynolga picture reynolga  路  9Comments

CWempe picture CWempe  路  10Comments

anharismail picture anharismail  路  14Comments

e-music picture e-music  路  8Comments