mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 09:05:56 +03:00
[GH-ISSUE #25] resets #19
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#19
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 (Dec 21, 2015).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/25
sometimes when saving I get
*WM: WiFi save
*WM: Sent wifi save page
*WM: Connecting to new AP
*WM: Connecting as wifi client...
Exception (28):
epc1=0x4000df2f epc2=0x00000000 epc3=0x00000000 excvaddr=0x00000073 depc=0x00000000
ctx: cont
sp: 3fff0990 end: 3fff0ea0 offset: 01a0
@tzapu commented on GitHub (Dec 22, 2015):
i used to have this happen, that s why i originally opted to have a reset after every setting.
does it connect ok after reboot or does it forget the settings?
@tablatronix commented on GitHub (Dec 22, 2015):
It forgets.
It seems to be stable again after I cycle power etc. ( could be random though )
@tzapu commented on GitHub (Dec 27, 2015):
apparently there are some issues with wifi connecting and the latest sdk and so on, saw some chatter about this.
what version of the esp8266 package are you using?
@tablatronix commented on GitHub (Dec 27, 2015):
git version, it got a bit more stable since i switched, from stable. This sketch is at work, and i am off until the 4th and i don't have access to it, I will work on it more when i return.
@tzapu commented on GitHub (Jan 4, 2016):
you might want to update again your github release, there s been a big remake of the wifi library in the arduino package over the holidays. should be a better
@tzapu commented on GitHub (Jan 9, 2016):
i will close this, it seems a lot of instability is due to the SDK, 1.5.1 seems to improve things across the board
feel free to reopen if issues persist after updating