What do you think about WiFi reconnection bug?

Posted on
  • 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?

  • This has come up before...

    Please see:

    https://github.com/espruino/Espruino/iss­ues/1168

    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.

  • Post a reply
    • Bold
    • Italics
    • Link
    • Image
    • List
    • Quote
    • code
    • Preview
About

What do you think about WiFi reconnection bug?

Posted by Avatar for SergeP @SergeP

Actions