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 8bd049b commit 3b726afCopy full SHA for 3b726af
wordclock_esp8266.ino
@@ -197,7 +197,7 @@ bool dynColorShiftActive = false; // stores if dynamic color shift
197
uint8_t dynColorShiftPhase = 0; // stores the phase of the dynamic color shift
198
uint8_t dynColorShiftSpeed = 1; // stores the speed of the dynamic color shift -> used to calc update period
199
bool hourAnimation = false; // stores if the hour animation is active
200
-uint8_t hourAnimationDuration = 18000; // stores the duration of the hour animation in seconds
+uint32_t hourAnimationDuration = 18000; // stores the duration of the hour animation in seconds
201
202
// nightmode settings
203
uint8_t nightModeStartHour = 22;
0 commit comments