dont WDT
This commit is contained in:
parent
cccbb1d338
commit
689d771d85
1 changed files with 3 additions and 1 deletions
|
|
@ -85,7 +85,9 @@ void loop() {
|
|||
client.stop();
|
||||
|
||||
// do nothing forevermore:
|
||||
while (true);
|
||||
while (true) {
|
||||
delay(100);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue