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 2ee702e commit fd16120Copy full SHA for fd16120
wled00/FX.cpp
@@ -4900,7 +4900,7 @@ uint16_t mode_2DAnalogClock(void) { // By Andras Fekete (bandi1
4900
4901
return (1000 / WLED_FPS); // calculate once per second
4902
} // mode_2DAnalogClock()
4903
-static const char _data_FX_MODE_2DANALOGCLOCK[] PROGMEM = "AnalogClock2D";
+static const char _data_FX_MODE_2DANALOGCLOCK[] PROGMEM = "AnalogClock2D@;";
4904
4905
// Black hole
4906
uint16_t mode_2DBlackHole(void) { // By: Stepko https://editor.soulmatelights.com/gallery/1012 , Modified by: Andrew Tuline
0 commit comments