mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_AdvancedFailsafe: Change the unit of barometric pressure from mbar to hPa.
This commit is contained in:
parent
3617e0c729
commit
2d2f2c4360
@ -100,7 +100,7 @@ const AP_Param::GroupInfo AP_AdvancedFailsafe::var_info[] = {
|
||||
// @Param: QNH_PRESSURE
|
||||
// @DisplayName: QNH pressure
|
||||
// @Description: This sets the QNH pressure in millibars to be used for pressure altitude in the altitude limit. A value of zero disables the altitude limit.
|
||||
// @Units: mbar
|
||||
// @Units: hPa
|
||||
// @User: Advanced
|
||||
AP_GROUPINFO("QNH_PRESSURE", 10, AP_AdvancedFailsafe, _qnh_pressure, 0),
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user