mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #307] Current parameters as default? #256
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#256
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 @MarcFinns on GitHub (Feb 6, 2017).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/307
Hello again,
In my implementation I have a number of custom parameters (e.g. mqtt server etc).
When moving the device to a different network, the config page forces to re-enter all of them and not only the new SSID/password.
Is there a way to prompt the user with the config page with the current parameter set already populated?
thanks!
@tzapu commented on GitHub (Feb 7, 2017):
hi,
using the code in the examples i provided that should not be the case.
i m currently playing with a 9 custom param sketch and the only thing i need to reenter are the ssid and pass.
cheers
@MarcFinns commented on GitHub (Feb 7, 2017):
Do you mean that the HTML page shows the current values as default? Or that if you submit them blank the old ones are retained?
Thanks.
@tzapu commented on GitHub (Feb 7, 2017):
that the exemples are loading the current values as defaults for the web portal, so the webportal should show the current saved values in the interface
@MarcFinns commented on GitHub (Feb 7, 2017):
Ok then, will check again. Thanks!