From 10edccb60b8b032b7679cce434f92518435b0cb5 Mon Sep 17 00:00:00 2001 From: James Date: Fri, 26 Apr 2024 12:07:12 +0100 Subject: [PATCH] delay --- ESPBMS.ino | 1 + 1 file changed, 1 insertion(+) 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(); }