Update WaterishOS-minimal2.0.ino

This commit is contained in:
Siwat Sirichai 2019-08-09 11:32:19 +07:00
parent 2b10fe5e69
commit 50341a513a
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ void setup(){
//wait for it ... (Wait for Wifi Connection //wait for it ... (Wait for Wifi Connection
connectionattempt++; connectionattempt++;
delay(500); delay(500);
if(connnectionattempt>=20){ if(connectionattempt>=20){
online=false; online=false;
break; break;
} }