Some slider values & defaults.

This commit is contained in:
Blaz Kristan 2022-01-10 18:42:09 +01:00
parent ee0d6420a0
commit f1fbea30f1
2 changed files with 21 additions and 21 deletions

View File

@ -1259,25 +1259,25 @@ const char JSON_mode_names[] PROGMEM = R"=====([
"Twinkle",
"Dissolve",
"Dissolve Rnd",
"Sparkle",
"Sparkle Dark",
"Sparkle+",
"Sparkle@!,;!,!,;!",
"Sparkle Dark@!,!;Bg,Fx,;!",
"Sparkle+@!,!;Bg,Fx,;!",
"Strobe",
"Strobe Rainbow",
"Strobe Mega",
"Blink Rainbow",
"Android",
"Chase",
"Chase Random",
"Chase Rainbow",
"Chase Flash",
"Chase Flash Rnd",
"Blink Rainbow@Frequency,Blink duration;!,!,;!",
"Android@!,Width;!,!,;!",
"Chase@!,Width;!,!,!;!",
"Chase Random@!,Width;!,,!;!",
"Chase Rainbow@!,Width;!,!,;0",
"Chase Flash@!,;Bg,Fx,!;!",
"Chase Flash Rnd@!,;,Fx,;!",
"Rainbow Runner",
"Colorful",
"Colorful@!,Saturation;1,2,3;!",
"Traffic Light",
"Sweep Random",
"Chase 2@!,Width;!,!,;!",
"Aurora",
"Aurora@!=8,!;1,2,3;!=50",
"Stream",
"Scanner",
"Lighthouse",
@ -1287,7 +1287,7 @@ const char JSON_mode_names[] PROGMEM = R"=====([
"Fire Flicker",
"Gradient",
"Loading",
"Police@!,Width;;0",
"Police@!,Width;,Bg,;0",
"Fairy",
"Two Dots@!,Dot size;1,2,Bg;!",
"Fairy Twinkle",
@ -1302,19 +1302,19 @@ const char JSON_mode_names[] PROGMEM = R"=====([
"Scanner Dual",
"Stream 2",
"Oscillate",
"Pride 2015",
"Pride 2015@!,;;",
"Juggle@!=16,Trail=240;!,!,;!",
"Palette@!,;;!",
"Fire 2012@Spark rate=120,Decay=64;;!",
"Colorwaves",
"Bpm",
"Bpm@!=64,;,,,;!",
"Fill Noise",
"Noise 1",
"Noise 2",
"Noise 3",
"Noise 4",
"Colortwinkles",
"Lake",
"Colortwinkles@Fade speed,Spawn speed;1,2,3;!",
"Lake@!,;,,,;!",
"Meteor@!,Trail length;!,!,;!",
"Meteor Smooth@!,Trail length;!,!,;!",
"Railway",
@ -1351,10 +1351,10 @@ const char JSON_mode_names[] PROGMEM = R"=====([
"Phased Noise",
"Flow",
"Chunchun@!,Gap size;!,!,;!",
"Dancing Shadows",
"Dancing Shadows@!,# of shadows;!,,;!",
"Washing Machine",
"Candy Cane",
"Blends",
"Candy Cane@!,Width;,,,;",
"Blends@Shift speed,Blend speed;1,2,3,!",
"TV Simulator",
"Dynamic Smooth"
])=====";

View File

@ -8,7 +8,7 @@
*/
// version code in format yymmddb (b = daily build)
#define VERSION 2201093
#define VERSION 2201101
//uncomment this if you have a "my_config.h" file you'd like to use
//#define WLED_USE_MY_CONFIG