ArduPlane: add warning for large offset cal

This commit is contained in:
Henry Wurzburg 2022-12-06 14:36:30 -06:00 committed by Peter Barker
parent 08840b4a65
commit 06730ab1bc
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@ void Plane::init_ardupilot()
AP::compass().init();
#if AP_AIRSPEED_ENABLED
airspeed.set_fixedwing_parameters(&aparm);
airspeed.set_log_bit(MASK_LOG_IMU);
#endif