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_cast<char *>(src.ssid));
memcpy(dst.bssid, src.bssid, 6);
dst.reason = static_cast<WiFiDisconnectReason>(src.reason);
iWifiDisconnectCnt++;
evs_i("Count %d Disconnect reason :: %d ", iWifiDisconnectCnt, dst.reason);
ESP32 wifi SYSTEM_EVENT_STA_DISCONNECTED 34
Who is online
Users browsing this forum: No registered users and 64 guests