mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-02 05:58:30 -04:00
Plane: enable Baro logging
This commit is contained in:
parent
4d3f714a5d
commit
59a56c9b46
@ -1364,6 +1364,9 @@ static void update_navigation()
|
||||
static void update_alt()
|
||||
{
|
||||
barometer.read();
|
||||
if (should_log(MASK_LOG_IMU)) {
|
||||
Log_Write_Baro();
|
||||
}
|
||||
|
||||
geofence_check(true);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user