AP_BoardConfig: fixed description to warn against

setting the wrong heater value in params
This commit is contained in:
proficnc 2017-05-16 14:50:36 +10:00 committed by Andrew Tridgell
parent ef00978662
commit 6a94d285de

View File

@ -140,7 +140,7 @@ const AP_Param::GroupInfo AP_BoardConfig::var_info[] = {
#if HAL_HAVE_IMU_HEATER
// @Param: IMU_TARGTEMP
// @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. DO NOT SET -1 on The Cube. A value of -1 sets PH1 behaviour
// @Range: -1 80
// @Units: degC
// @User: Advanced