Update WaterishOS-minimal2.0.ino
This commit is contained in:
parent
f3c6cac490
commit
2355ebba9e
|
@ -75,7 +75,7 @@ void setup(){
|
|||
delay(500);
|
||||
if(connnectionattempt>=20){
|
||||
online=false;
|
||||
break();
|
||||
break;
|
||||
}
|
||||
}
|
||||
attachInterrupt(digitalPinToInterrupt(1),readA,FALLING);
|
||||
|
|
Loading…
Reference in New Issue