mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 09:05:56 +03:00
[GH-ISSUE #1706] ESP32 crashes when clicking on "Config WiFi" or "Setup" in webportal #1444
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#1444
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 @exc2k on GitHub (Jan 30, 2024).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1706
Hello, once I configurated and connected to my WiFI my ESP crashes when I open the webportal or the configportal again (while connected to wifi) and clicking on "Configurate WiFi" or "Setup". "Info" works well.
After it crashes it can't connect to my wifi anymore (authetication failure) and it goes into AP-Mode.
Platform and Env:
Console Output:
I also get sometime a lot of this when I navigate through the portal:
My code is basically copied from your examples with a few changes:
@tablatronix commented on GitHub (Jan 30, 2024):
You are using git version?
What esp sdk ver?
@exc2k commented on GitHub (Jan 31, 2024):
I changed the board today and now it is working. Absolutly no idea what was wrong with the hardware. Very strange behaviour. Sorry for bothering you.