firmware: recover slow BNO086 startup
This commit is contained in:
@@ -20,7 +20,7 @@ void setup() {
|
||||
}
|
||||
|
||||
void loop() {
|
||||
updateGps(gpsSerial, gpsState); updateImu(imuState);
|
||||
updateGps(gpsSerial, gpsState); maintainImu(imuState); updateImu(imuState);
|
||||
pollRs485Commands(rs485Serial, imuState);
|
||||
String calibrationResult;
|
||||
if (updateLevelCalibration(imuState, calibrationResult)) {
|
||||
|
||||
Reference in New Issue
Block a user