mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 09:58:28 -04:00
AP_Baro: added units to baro documentation
This commit is contained in:
parent
3b98bbd159
commit
61361dac9b
@ -22,15 +22,16 @@ const AP_Param::GroupInfo AP_Baro::var_info[] PROGMEM = {
|
|||||||
|
|
||||||
// @Param: ABS_PRESS
|
// @Param: ABS_PRESS
|
||||||
// @DisplayName: Absolute Pressure
|
// @DisplayName: Absolute Pressure
|
||||||
// @Description: calibrated ground pressure
|
// @Description: calibrated ground pressure in Pascals
|
||||||
// @Increment: 1
|
// @Increment: 1
|
||||||
AP_GROUPINFO("ABS_PRESS", 2, AP_Baro, _ground_pressure, 0),
|
AP_GROUPINFO("ABS_PRESS", 2, AP_Baro, _ground_pressure, 0),
|
||||||
|
|
||||||
// @Param: TEMP
|
// @Param: TEMP
|
||||||
// @DisplayName: ground temperature
|
// @DisplayName: ground temperature
|
||||||
// @Description: calibrated ground temperature
|
// @Description: calibrated ground temperature in degrees Celsius
|
||||||
// @Increment: 1
|
// @Increment: 1
|
||||||
AP_GROUPINFO("TEMP", 3, AP_Baro, _ground_temperature, 0),
|
AP_GROUPINFO("TEMP", 3, AP_Baro, _ground_temperature, 0),
|
||||||
|
|
||||||
AP_GROUPEND
|
AP_GROUPEND
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user