We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd20153 commit f514e40Copy full SHA for f514e40
digitalclock_esp8266.ino
@@ -73,7 +73,7 @@ WiFiManager wifiManager;
73
Adafruit_NeoPixel neopixel_leds(LED_COUNT, LED_PIN, NEO_GRB + NEO_KHZ800);
74
75
// timestamp variables
76
-long lastheartbeat = millis(); // time of last heartbeat sending
+long lastheartbeaT = millis(); // time of last heartbeat sending
77
long lastStep = millis(); // time of last clock update
78
long lastLedStep = millis(); // time of last led update
79
long lastNTPUpdate = millis() - (PERIOD_NTP_UPDATE-5000); // time of last NTP update
@@ -597,4 +597,4 @@ String leadingZero2Digit(int value){
597
}
598
msg += String(value);
599
return msg;
600
-}
+}
0 commit comments