mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #480] How to change the configured SSID and password #405
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#405
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 @labajo on GitHub (Jan 7, 2018).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/480
Hi, thanks for your library.
I tried it and I configured a Wifi network properly, but I cannot change it to another one or remove or reset the SSID saved in the devices.
How can I remove that data in order to to left de device clean?
Thank you
@labajo commented on GitHub (Jan 7, 2018):
Sorry, I didn't see
wifiManager.resetSettings();. Using this I managed to clean the Wifi credentials. The problem is that I cannot overwrite other Wifi credentials when I save them in the ConfigPortal.@tablatronix commented on GitHub (Jan 7, 2018):
There is a bug that causes the new ap connection to bail if already connected, perhaps this is what you mean ?
@labajo commented on GitHub (Jan 7, 2018):
Yes, I think so. I saw the connection when I put the debug information visible. Thank you very much.