What do you think about WiFi reconnection bug? #7069
Unanswered
espruino-discuss3
asked this question in
ESP32
Replies: 1 comment
-
Posted at 2018-02-12 by Wilberforce This has come up before... Please see: It was deemed no longer an issue... You could try the disconnected event mentioned in the link above, echo the details, and then attempt to reconnect. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Posted at 2018-02-11 by SergeP
Hi!
I try to use Lolin32 Lite modules (or something similar- I am not sure) and I have permanent problem with WiFi connection - it is often in AUTH_EXPIRE state.
Here I have found that there is a bug in ESP32 Wifi library - it can not reconnect to AP automatically.
One possible workaround is to call disconnect() every time and then call connect(SSID, options) again. Another one is to implement it inside Espruino code.
What do you think about it?
Beta Was this translation helpful? Give feedback.
All reactions