Skip to content

Commit e39c94e

Browse files
revert test
1 parent f514e40 commit e39c94e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

digitalclock_esp8266.ino

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)