Skip to content

Commit f1cb1ee

Browse files
remove duplicate line
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 62943ec commit f1cb1ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wled00/FX.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -7887,7 +7887,7 @@ uint16_t mode_particlefireworks(void) {
78877887
counter = 0;
78887888
speed += 3 + ((SEGMENT.intensity >> 6)); // increase speed to form a second wave
78897889
PartSys->sources[j].source.hue += hueincrement; // new color for next circle
7890-
PartSys->sources[j].source.sat = min((uint16_t)150, hw_random16());
7890+
PartSys->sources[j].source.sat = 100 + hw_random16(156);
78917891
PartSys->sources[j].source.sat = 100 + hw_random16(156);
78927892
}
78937893
angle += angleincrement; // set angle for next particle

0 commit comments

Comments
 (0)