mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 09:05:56 +03:00
[GH-ISSUE #1333] Not connected with .autoConnect #1145
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#1145
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 @SynonZelra on GitHub (Jan 7, 2022).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1333
Sorry I'm not completely sure if this is the right place to ask.
Apologize in advance.
I bought a brand new esp32 board, and the code is simple
WiFi_Connection.autoConnect(/*some SSID*/);Everything works fine after I entering password.
But every time the board resets, it just won't connect.
Config page shows the board remembers SSID and password, but just not connected.
Tricky part is, this issue never happened on my other old rusty board.
What could possibly go wrong?
@izersoft commented on GitHub (Jan 19, 2022):
I have a same problem. When I am connecting to original esp9266, showing connection problem.But this error only for ios 15 another devices no any problem
@tablatronix commented on GitHub (Jan 19, 2022):
you will have to connect to computer and get serial logs
@tablatronix commented on GitHub (Jan 22, 2022):
does it by anychance connect every other reboot?
@SynonZelra commented on GitHub (Jan 27, 2022):
Hey.
I just notice from Documentation
So I tried the change
WiFi_Connection.autoConnect(/*some SSID, some password*/);and suddenly everything works again.
Not quite knowing why, but I'm just happy with that.
Thanks!
@tablatronix commented on GitHub (Jan 27, 2022):
Most modern device now block wep and wpa connections as they are unsecure. I have not seen this before though