Update README.md

This commit is contained in:
Me No Dev 2016-07-31 23:40:31 +03:00 committed by GitHub
parent 36b7b2c0a5
commit fbb05a2765
1 changed files with 1 additions and 0 deletions

View File

@ -894,6 +894,7 @@ void setup(){
void loop(){
if(shouldReboot){
Serial.println("Rebooting...");
delay(100);
ESP.restart();
}
static char temp[128];