diff --git a/README.md b/README.md index eb34500..f9123bd 100644 --- a/README.md +++ b/README.md @@ -894,6 +894,7 @@ void setup(){ void loop(){ if(shouldReboot){ Serial.println("Rebooting..."); + delay(100); ESP.restart(); } static char temp[128];