mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #197] The SSID and password saved #157
Labels
No labels
📶 WiFi
🕸️ HTTP
Branch
DEV Help Wanted
Discussion
Documentation
ESP32
Example
Good First Issue
Hotfix
In Progress
Incomplete
Needs Feeback
Priority
QA
Question
Task
Upstream/Dependancy
bug
duplicate
enhancement
invalid
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/WiFiManager#157
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tarzan115 on GitHub (Jul 19, 2016).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/197
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 😄
and sorry for my bad English.
@tarzan115 commented on GitHub (Jul 19, 2016):
My question is: How can I get the SSID and password information stored earlier. that's it.
@tarzan115 commented on GitHub (Jul 19, 2016):
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.
@skx commented on GitHub (Feb 1, 2017):
You can get them like so:
@rickyanwar commented on GitHub (Aug 25, 2021):
not work when esp is restart