Skip to content

Commit

Permalink
Revert "tiny unrelated fix"
Browse files Browse the repository at this point in the history
This reverts commit 677e3de.
  • Loading branch information
softhack007 committed Nov 21, 2024
1 parent 677e3de commit 00b338c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 163 deletions.
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
162 changes: 0 additions & 162 deletions wled00/FX_math.h

This file was deleted.

0 comments on commit 00b338c

Please sign in to comment.