Skip to content

Commit fd16120

Browse files
committed
Don't give config parameters
1 parent 2ee702e commit fd16120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wled00/FX.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4900,7 +4900,7 @@ uint16_t mode_2DAnalogClock(void) { // By Andras Fekete (bandi1
49004900

49014901
return (1000 / WLED_FPS); // calculate once per second
49024902
} // mode_2DAnalogClock()
4903-
static const char _data_FX_MODE_2DANALOGCLOCK[] PROGMEM = "AnalogClock2D";
4903+
static const char _data_FX_MODE_2DANALOGCLOCK[] PROGMEM = "AnalogClock2D@;";
49044904

49054905
// Black hole
49064906
uint16_t mode_2DBlackHole(void) { // By: Stepko https://editor.soulmatelights.com/gallery/1012 , Modified by: Andrew Tuline

0 commit comments

Comments
 (0)