This commit is contained in:
James 2024-04-26 12:07:12 +01:00
parent c09d3417e7
commit 10edccb60b

View File

@ -154,6 +154,7 @@ void loop() {
pClient->disconnect();
}
Serial.println("Reboot!");
delay(100);
ESP.restart();
}