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 f1cb1ee commit 398fb21Copy full SHA for 398fb21
wled00/FX.cpp
@@ -7888,7 +7888,6 @@ uint16_t mode_particlefireworks(void) {
7888
speed += 3 + ((SEGMENT.intensity >> 6)); // increase speed to form a second wave
7889
PartSys->sources[j].source.hue += hueincrement; // new color for next circle
7890
PartSys->sources[j].source.sat = 100 + hw_random16(156);
7891
- PartSys->sources[j].source.sat = 100 + hw_random16(156);
7892
}
7893
angle += angleincrement; // set angle for next particle
7894
0 commit comments