Browse Source

Plane: enable Baro logging

mission-4.1.18
Andrew Tridgell 11 years ago
parent
commit
59a56c9b46
  1. 3
      ArduPlane/ArduPlane.pde

3
ArduPlane/ArduPlane.pde

@ -1364,6 +1364,9 @@ static void update_navigation() @@ -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…
Cancel
Save