Skip to content

Commit 689d771

Browse files
committed
dont WDT
1 parent cccbb1d commit 689d771

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ESP32_S2_WiFi_Tests/WiFiWebClient/WiFiWebClient.ino

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,9 @@ void loop() {
8585
client.stop();
8686

8787
// do nothing forevermore:
88-
while (true);
88+
while (true) {
89+
delay(100);
90+
}
8991
}
9092
}
9193

0 commit comments

Comments
 (0)