Skip to content

Commit 1b8741c

Browse files
authored
Update NTP_Example.ino
1 parent 3a03b58 commit 1b8741c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NTP_Example.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ void setup() {
7373
Serial.println("\n\nNTP Time Test\n");
7474
WiFi.begin(ssid, password);
7575

76-
int counter;
76+
int counter = 0;
7777
while (WiFi.status() != WL_CONNECTED) {
7878
delay(200);
7979
if (++counter > 10) ESP.restart();

0 commit comments

Comments
 (0)