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 f514e40 commit e39c94eCopy full SHA for e39c94e
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
0 commit comments