mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #1406] REASON 2 ? any chart with error messages . #1206
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#1206
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 @ccadic on GitHub (May 3, 2022).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1406
Hi.
I'm trying to connect to my network from an ESP32 after constomization (192.168.4.1 config works well)
nut next step is not working
I'm getting a *wm:[2] [EVENT] WIFI_REASON: 2
mounting FS...
*wm:[2] Added Parameter: server
*wm:[2] Added Parameter: description
*wm:[2] Added Parameter: invoice
*wm:[2] Added Parameter: amount
*wm:[2] Added Parameter: high
*wm:[2] Added Parameter: time
*wm:[1] AutoConnect
*wm:[2] ESP32 event handler enabled
*wm:[2] Connecting as wifi client...
*wm:[2] setSTAConfig static ip not set, skipping
*wm:[1] Connecting to SAVED AP: neurotoxine
*wm:[1] connectTimeout not set, ESP waitForConnectResult...
*wm:[2] [EVENT] WIFI_REASON: 2
*wm:[2] [EVENT] WIFI_REASON: 2
The ino script is: https://github.com/arcbtc/lntrigger
And the ESP32 device is a M5stack Core 1
Is there a list of error codes for me to find the "2" error code and explanation ?
@tablatronix commented on GitHub (Jun 17, 2022):
esp32?
@tablatronix commented on GitHub (Jun 17, 2022):
#1067