mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 17:15:53 +03:00
[GH-ISSUE #742] More than one set of retained WiFi credentials? #621
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#621
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 @CaptClaude on GitHub (Sep 23, 2018).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/742
I have a question!
Having a good experience with WiFiManager on D1-Mini clones making portable @Cheerlights.
However: How many WiFi credential sets should be stored?
99% of the time the most recent are recalled and used but I seem to recall that I have seen more than one were retained.
Recent experiments done by moving between two different access points (out of range of each other) show that only the most recent is retained.
Am I missing something? Can more than one set of credentials be retained (by adding more code?).
@tablatronix commented on GitHub (Sep 23, 2018):
Not with wifimanager, there are 2 prs that add multi ap support, and esp lib has multi support, but only 1 is retianed it is basically a list that it loops through then saves the one that works
@CaptClaude commented on GitHub (Sep 24, 2018):
Appreciate the quick response.
@tablatronix commented on GitHub (Sep 24, 2018):
Pull requests