mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #430] esp8266 nuances/bugs/workarounds #361
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#361
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 @tablatronix on GitHub (Sep 25, 2017).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/430
logging all workarounds and nuances and SDK bugs
@tablatronix commented on GitHub (Sep 25, 2017):
I have tried the following to correct with no effect (in addition to disconnect and mode(AP))
You can see how unreliable the AP is when in this mode, something is still causing this in the SDK radio
@tablatronix commented on GitHub (Oct 27, 2017):
Unable to connect to SoftAP
If esp has ap config default ( anonymous in my test )
persistent wifi mode AP+STA ( sta connected )
StartAP(name,password)
I get invalid password, or unable to connect errors, no debugging info available.
IOS will not connect at all. Windows is flaky, but will connect usually.
Will create repro sketch
Cannot reproduce in 2.3.1( hope its fixed in SDK )
@tablatronix commented on GitHub (Oct 28, 2017):
Cannot erase flash
https://github.com/esp8266/Arduino/issues/1494
https://github.com/esp8266/Arduino/issues/2885
https://github.com/esp8266/Arduino/pull/3635 <-- OMG how has this never been fixed until now
Do not help.
EDIT:
Working good now, but if no 3635 bugfix, you can get paramerrors or erase flash not working completely ( eg, opmode default stays STA+AP). Adding a polyfill
@tablatronix commented on GitHub (Nov 6, 2017):
I have submitted PRs for these to esp8266/arduino, I doubt they will get aprooved anytime soon, if you guys could upvote them, that might help.
persistent state bugs
These bugs, cause problems switching modes, when persistent is toggled off and on, esp core assumes current and default configs are in sync, when they are not always so.
https://github.com/esp8266/Arduino/issues/3799
MERGED
workaround:
not yet available
BUG: softAPdisconnect return value corruption
This causes softAPdisconnect to fail always, this prevents saving state when persistent is on
https://github.com/esp8266/Arduino/issues/3795
MERGED
workaround:
not yet available
BUG: softAPdisconnect fails
This causes softAPdisconnect to incorrectly return success status if wifioff is true, as ret val gets overwritten.
https://github.com/esp8266/Arduino/issues/3793
MERGED
workaround:
not yet available
@tablatronix commented on GitHub (Mar 17, 2018):
softap
[AP] set_config failed!https://github.com/esp8266/Arduino/issues/4372
[OPEN]