mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 09:05:56 +03:00
[GH-ISSUE #445] Ability to retry x times before discarding Wi-Fi credentials #376
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#376
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 @Inigovd on GitHub (Oct 31, 2017).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/445
Hi,
First of all, thanks for building an awesome library that many people can build on. I'm using this library for a Wi-Fi information lcd screen, and working great so far.
There's just the edge case where someone's Wi-Fi connection can be unstable. With the current code, the device immediately discards Wi-Fi credentials and starts the AP if there is no Wi-Fi connection. I would love the option to retry a few times before discarding these credentials, as now, I have to re-setup my Wi-Fi connection a few times a day, just because the Wi-Fi connection drops sometimes.
If this is possible with existing functions and some coding, please point me in the right direction, and I'll create a pull request.
Cheers
@tablatronix commented on GitHub (Oct 31, 2017):
https://github.com/tzapu/WiFiManager/issues/247#issuecomment-278681515
known issue, being addressed i my dev PR, no hotfix at this point, but you can try wrapping scannetworks in persistent false block