squats: adjust threshold
1 files changed, 1 insertions(+), 1 deletions(-) M cmd/squats/main+joycon.ha
M cmd/squats/main+joycon.ha => cmd/squats/main+joycon.ha +1 -1
@@ 19,7 19,7 @@ type status = enum u8 { IDLE, }; -def THRESHOLD: f64 = 10.0; +def THRESHOLD: f64 = 20.0; export fn main() void = { const joycon = joycon::new(void)!;