mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #377] Reconfigure parameters after connected. #318
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#318
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 @vinii8817 on GitHub (Jun 15, 2017).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/377
Hello, first thanks for the library that you save many hours in my projects at home.
I have used the library in small tests and it has been working perfectly, but I was trying to make a modification but I did not succeed.
In the configuration page I put custom fields (for example device name, ID in blynk among others), so when after connected in a network the normal behavior of the library is not to show the page anymore, the question is: it is possible to Show the page after Connected? So I can change the settings?
I build a similar page in the loop(), but I basically store 2 times the same thing in memory.
Sorry my bad English.
@kgreene1983 commented on GitHub (Feb 13, 2018):
I have the same question.