This commit is contained in:
lady ada 2022-01-18 17:38:34 -05:00
parent cccbb1d338
commit 689d771d85

View file

@ -85,7 +85,9 @@ void loop() {
client.stop();
// do nothing forevermore:
while (true);
while (true) {
delay(100);
}
}
}