Skip to content

Commit

Permalink
2nd try for a tiny unrelated fix
Browse files Browse the repository at this point in the history
  • Loading branch information
softhack007 committed Nov 21, 2024
1 parent 00b338c commit d2a7b9e
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 @@ -2012,7 +2012,7 @@ uint16_t mode_partyjerk() {
speed = SEGMENT.speed * map2(SEGMENT.custom2, 0, 255, 0, 100);
} else {
speed = SEGMENT.speed;
};
}

SEGENV.step += speed;
counter = SEGENV.step >> 8;
Expand Down

0 comments on commit d2a7b9e

Please sign in to comment.