diff --git a/ESPBMS.ino b/ESPBMS.ino index bf48469..2792ba0 100644 --- a/ESPBMS.ino +++ b/ESPBMS.ino @@ -154,6 +154,7 @@ void loop() { pClient->disconnect(); } Serial.println("Reboot!"); + delay(100); ESP.restart(); }