2nd try for a tiny unrelated fix
This commit is contained in:
@@ -2012,7 +2012,7 @@ uint16_t mode_partyjerk() {
|
|||||||
speed = SEGMENT.speed * map2(SEGMENT.custom2, 0, 255, 0, 100);
|
speed = SEGMENT.speed * map2(SEGMENT.custom2, 0, 255, 0, 100);
|
||||||
} else {
|
} else {
|
||||||
speed = SEGMENT.speed;
|
speed = SEGMENT.speed;
|
||||||
};
|
}
|
||||||
|
|
||||||
SEGENV.step += speed;
|
SEGENV.step += speed;
|
||||||
counter = SEGENV.step >> 8;
|
counter = SEGENV.step >> 8;
|
||||||
|
|||||||
Reference in New Issue
Block a user