Merge branch 'develop' into mqtt-fix

This commit is contained in:
Thomas Göttgens
2023-01-09 23:28:08 +01:00
committed by GitHub
46 changed files with 317 additions and 653 deletions

View File

@@ -184,6 +184,7 @@ bool initWifi()
WiFi.onEvent(
[](WiFiEvent_t event, WiFiEventInfo_t info) {
LOG_WARN("WiFi lost connection. Reason: %d\n", info.wifi_sta_disconnected.reason);
/*