Configure IMU before calibrating the gyro which improves calibration

This commit is contained in:
Oleg Kalachev 2024-12-04 12:25:07 +03:00
parent ea141f851f
commit 475e9a87ba

View File

@ -27,6 +27,7 @@ void setupIMU() {
delay(1000);
}
}
configureIMU();
calibrateGyro();
}