feat: tune linear velocity profile
This commit is contained in:
parent
35e97a92e3
commit
a56699fe88
@ -39,7 +39,7 @@ fn velocity_heavy(us: u64) -> u8 {
|
||||
}
|
||||
|
||||
fn velocity_linear(us: u64) -> u8 {
|
||||
(max(118000 - (us as i32), 5000) / 1000) as u8
|
||||
(max(120900 - (us as i32), 5000) / 1000) as u8
|
||||
}
|
||||
|
||||
pub struct Config {
|
||||
|
Loading…
Reference in New Issue
Block a user