AP_BoardConfig: Use SI units conventions in parameter units
Follow the rules from: http://physics.nist.gov/cuu/Units/units.html http://physics.nist.gov/cuu/Units/outside.html and http://physics.nist.gov/cuu/Units/checklist.html one further constrain is that only printable (7bit) ASCII characters are allowed
This commit is contained in:
parent
24aa52a24d
commit
a85b7af32d
@ -153,7 +153,7 @@ const AP_Param::GroupInfo AP_BoardConfig::var_info[] = {
|
|||||||
// @DisplayName: Target IMU temperature
|
// @DisplayName: Target IMU temperature
|
||||||
// @Description: This sets the target IMU temperature for boards with controllable IMU heating units. A value of -1 disables heating.
|
// @Description: This sets the target IMU temperature for boards with controllable IMU heating units. A value of -1 disables heating.
|
||||||
// @Range: -1 80
|
// @Range: -1 80
|
||||||
// @Units: degreesC
|
// @Units: degC
|
||||||
// @User: Advanced
|
// @User: Advanced
|
||||||
AP_GROUPINFO("IMU_TARGTEMP", 8, AP_BoardConfig, _imu_target_temperature, HAL_IMU_TEMP_DEFAULT),
|
AP_GROUPINFO("IMU_TARGTEMP", 8, AP_BoardConfig, _imu_target_temperature, HAL_IMU_TEMP_DEFAULT),
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user