We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f1ba48 commit 16e5edeCopy full SHA for 16e5ede
examples/FullyFeatured-ESP32/FullyFeatured-ESP32.ino
@@ -42,7 +42,7 @@ void WiFiEvent(WiFiEvent_t event) {
42
case SYSTEM_EVENT_STA_DISCONNECTED:
43
Serial.println("WiFi lost connection");
44
xTimerStop(mqttReconnectTimer, 0); // ensure we don't reconnect to MQTT while reconnecting to Wi-Fi
45
- xTimerStart(wifiReconnectTimer, 0);
+ xTimerStart(wifiReconnectTimer, 0);
46
break;
47
}
48
0 commit comments