Skip to content

Commit f514e40

Browse files
test action compile pipeline
1 parent cd20153 commit f514e40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

digitalclock_esp8266.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ WiFiManager wifiManager;
7373
Adafruit_NeoPixel neopixel_leds(LED_COUNT, LED_PIN, NEO_GRB + NEO_KHZ800);
7474

7575
// timestamp variables
76-
long lastheartbeat = millis(); // time of last heartbeat sending
76+
long lastheartbeaT = millis(); // time of last heartbeat sending
7777
long lastStep = millis(); // time of last clock update
7878
long lastLedStep = millis(); // time of last led update
7979
long lastNTPUpdate = millis() - (PERIOD_NTP_UPDATE-5000); // time of last NTP update
@@ -597,4 +597,4 @@ String leadingZero2Digit(int value){
597597
}
598598
msg += String(value);
599599
return msg;
600-
}
600+
}

0 commit comments

Comments
 (0)