Update WaterishOS-minimal2.0.ino
This commit is contained in:
parent
2b10fe5e69
commit
50341a513a
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue