Skip to content

Commit

Permalink
chaned rotating spray default parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
DedeHai committed Feb 22, 2024
1 parent 1a7ef9b commit 6740cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wled00/FX.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8010,7 +8010,7 @@ uint16_t mode_particlerotatingspray(void)

return FRAMETIME;
}
static const char _data_FX_MODE_PARTICLEROTATINGSPRAY[] PROGMEM = "Rotating Particle Spray@Rotation Speed,Color Change,Particle Speed,Spray Count,Nozzle Size,Random Color, Direction;;!;012;pal=6,sx=39,ix=178,c1=225,c2=128,c3=0";
static const char _data_FX_MODE_PARTICLEROTATINGSPRAY[] PROGMEM = "Rotating Particle Spray@Rotation Speed,Color Change,Particle Speed,Spray Count,Nozzle Size,Random Color, Direction;;!;012;pal=56,sx=18,ix=222,c1=190,c2=200,c3=0,o1=0,o2=0";

/*
* Particle Fireworks
Expand Down

0 comments on commit 6740cb6

Please sign in to comment.