-
I am seeing the wifi STA EDIT: I just saw a code of 39 too. My code:
I am using the current Micropython development version:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
After a bit of research: Here is a UART debug log and the corresponding application log showing the disconnection and a later manual reconnection.
|
Beta Was this translation helpful? Give feedback.
After a bit of research:
Reason 4 is
WIFI_REASON_ASSOC_EXPIRE
(seeports/esp32/network_wlan.c
line 121 andesp-idf/components/esp_wifi/include/esp_wifi_types.h
line 70).I don't know what this means though, or how to fix it.
Reason 39 is
WIFI_REASON_TIMEOUT
.Here is a UART debug log and the corresponding application log showing the disconnection and a later manual reconnection.