Skip to content

Commit a502c60

Browse files
authored
Update libraries/WiFiClientSecure/examples/WiFiClientTrustOnFirstUse/WiFiClientTrustOnFirstUse.ino
1 parent da537c7 commit a502c60

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

libraries/WiFiClientSecure/examples/WiFiClientTrustOnFirstUse/WiFiClientTrustOnFirstUse.ino

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,4 @@ bool doTOFU_Protected_Connection(uint8_t * fingerprint_tofu) {
261261
return true;
262262
}
263263

264-
void loop() {
265-
delay(-1);
266-
}
264+
void loop() {}

0 commit comments

Comments
 (0)