mirror of
https://github.com/okalachev/flix.git
synced 2025-07-27 17:49:33 +00:00
Add small delay before gyro calibration
This commit is contained in:
parent
ca409396c7
commit
c2a9d36d4e
@ -22,6 +22,7 @@ void setupIMU() {
|
||||
}
|
||||
}
|
||||
configureIMU();
|
||||
delay(500); // wait a bit before calibrating
|
||||
calibrateGyro();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user