Search found 1 match

by ian007g
Sat Nov 07, 2020 2:04 pm
Forum: ESP32 Arduino
Topic: ESP32 wifi SYSTEM_EVENT_STA_DISCONNECTED 34
Replies: 0
Views: 1541

ESP32 wifi SYSTEM_EVENT_STA_DISCONNECTED 34

HI, I am seeing a repeated scenario where the wifi gets disconnected. The error code is 34, what is error code 34 and how should I recover from it? Regards Ian G evs_i("SYSTEM_EVENT_STA_DISCONNECTED"); auto &src = info.disconnected; WiFiEventStationModeDisconnected dst; dst.ssid = String(reinterpret...