first crash from stress test

This commit is contained in:
Thomas Göttgens 2023-01-07 23:40:47 +01:00
parent 3a8ffe7ac2
commit 81ee6dd799

View File

@ -182,7 +182,7 @@ bool initWifi()
WiFi.onEvent(
[](WiFiEvent_t event, WiFiEventInfo_t info) {
LOG_WARN("WiFi lost connection. Reason: %s", info.wifi_sta_disconnected.reason);
LOG_WARN("WiFi lost connection. Reason: %d", info.wifi_sta_disconnected.reason);
/*
If we are disconnected from the AP for some reason,