mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #714] setSaveConfigCallback() never fires after saving #600
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#600
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 @irwanayeah on GitHub (Aug 30, 2018).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/714
Originally assigned to: @tablatronix on GitHub.
Other development cases, never fires callbacks.
@tablatronix commented on GitHub (Sep 7, 2018):
I added savecallback to param save for now, I will probably need to add a new callback for that to seperate it from wifi
@irwanayeah commented on GitHub (Sep 7, 2018):
okay @tablatronix works well, just as I did adding the code "handleParamSave", it should be separate from storing wifi but so far there are no problems.
Thank you for the time.
@tablatronix commented on GitHub (Sep 7, 2018):
Do you have a pr?
@irwanayeah commented on GitHub (Sep 7, 2018):
ignore it. I use your code.
@martinberlin commented on GitHub (Oct 10, 2018):
Sorry @tablatronix can you please explain me how to use this handleParamSave that @irwanayeah mentions ?
I would save some custom parameters on EPROM with WiFiManagerParameter and I still didn't found the way to do it.