mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
Accelerometer: fix thermal calibration index
This commit is contained in:
@@ -111,7 +111,7 @@ void Accelerometer::SensorCorrectionsUpdate(bool force)
|
|||||||
_thermal_offset = Vector3f{corrections.accel_offset_2};
|
_thermal_offset = Vector3f{corrections.accel_offset_2};
|
||||||
return;
|
return;
|
||||||
case 3:
|
case 3:
|
||||||
_thermal_offset = Vector3f{corrections.accel_offset_2};
|
_thermal_offset = Vector3f{corrections.accel_offset_3};
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user