Skip to content

Commit 16e5ede

Browse files
fix spacing
1 parent 7f1ba48 commit 16e5ede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/FullyFeatured-ESP32/FullyFeatured-ESP32.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ void WiFiEvent(WiFiEvent_t event) {
4242
case SYSTEM_EVENT_STA_DISCONNECTED:
4343
Serial.println("WiFi lost connection");
4444
xTimerStop(mqttReconnectTimer, 0); // ensure we don't reconnect to MQTT while reconnecting to Wi-Fi
45-
xTimerStart(wifiReconnectTimer, 0);
45+
xTimerStart(wifiReconnectTimer, 0);
4646
break;
4747
}
4848
}

0 commit comments

Comments
 (0)