mirror of
https://github.com/whowechina/geki_pico.git
synced 2025-02-17 18:59:14 +01:00
Fix cli invalid character and lever calibration range
This commit is contained in:
parent
6e8666a5e0
commit
7eab652ac1
@ -175,8 +175,8 @@ static void handle_hid(int argc, char *argv[])
|
||||
|
||||
static void calibrate_range(uint32_t seconds)
|
||||
{
|
||||
uint32_t mins = 2048;
|
||||
uint32_t maxs = 2048;
|
||||
uint32_t mins = lever_raw();
|
||||
uint32_t maxs = lever_raw();
|
||||
|
||||
uint64_t start = time_us_64();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user