mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 09:05:56 +03:00
[GH-ISSUE #753] non blocking WM with custom parameters examples and documentation #630
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#630
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 @scropion86 on GitHub (Oct 13, 2018).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/753
PLEASE TRY DEVELOPMENT BRANCH before submitting bugs on release or master, in case they were already fixed.
POST SERIAL OUTPUT !
Issues without basic info will be ignored or closed!
Please fill the info fields, it helps to get you faster support ;)
if you have a stack dump decode it:
https://github.com/esp8266/Arduino/blob/master/doc/Troubleshooting/stack_dump.rst
for better debug messages:
https://github.com/esp8266/Arduino/blob/master/doc/Troubleshooting/debugging.rst
----------------------------- Remove above -----------------------------
Basic Infos
Hardware
WiFimanager Branch/Release:
Esp8266/Esp32:
Hardware: ESP-12e, esp01, esp25
ESP Core Version: 2.4.0, staging
Description
Add new example for non blocking WM with parameters
document the non blocking spicially saving custom parameters as i have tried for hours reading the closed issues and i still not able to figure it out
thanks for the great work
Settings in IDE
Module: custom build ESP-12F board
Additional libraries: NON
@tablatronix commented on GitHub (Oct 13, 2018):
you parameters will need to be in the same scope as wm, which for non blocking is global for example
@tablatronix commented on GitHub (Oct 13, 2018):
done
@tablatronix commented on GitHub (Oct 13, 2018):
2d021bbab8@tablatronix commented on GitHub (Oct 13, 2018):
if anyone has a better Idea how to create and destroy parameters and link to class let me know, I did not consider this when I made wm non blocking
@tablatronix commented on GitHub (Oct 13, 2018):
note documentation has not been started