added measurement print option to calibration

This commit is contained in:
0x23 2025-10-13 23:45:32 +02:00
parent fc0e75f15c
commit 71e59e20bb
6 changed files with 18 additions and 11 deletions

View file

@ -18,5 +18,6 @@ bool measure_calibration_data(
ServoController& servo_controller,
float field_angle_range,
float field_velocity,
size_t size);
size_t size,
bool print_measurements);