mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 00:28:30 -04:00
Copter: reset baro glitch after baro init
This commit is contained in:
parent
67690553c5
commit
b2badee172
@ -8,6 +8,8 @@ static void init_barometer(bool full_calibration)
|
||||
}else{
|
||||
barometer.update_calibration();
|
||||
}
|
||||
// reset glitch protection to use new baro alt
|
||||
baro_glitch.reset();
|
||||
gcs_send_text_P(SEVERITY_LOW, PSTR("barometer calibration complete"));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user