Remain at 4k sample rate for consistency

This commit is contained in:
whowechina
2025-03-28 22:45:40 +08:00
parent 63ecaeecd4
commit 64975f267d
3 changed files with 2 additions and 2 deletions
Binary file not shown.
+1 -1
View File
@@ -97,7 +97,7 @@ static inline uint16_t read_avg(int count)
static void read_sensor(int chn)
{
reading[chn] = read_avg(1);
reading[chn] = read_avg(2);
}
static inline void update_velocity(int chn)
+1 -1
View File
@@ -149,7 +149,7 @@ static void core0_loop()
cli_fps_count(0);
sleep_until(next_frame);
next_frame += 166;
next_frame += 250;
}
}