Browse Source

AP_BoardConfig: minor change to BRD_IMU_TARGTEMP param desc

Users should reboot if the param is changed to -1 because the heater pin could be left on
c415-sdk
Randy Mackay 4 years ago committed by Andrew Tridgell
parent
commit
3f77c52720
  1. 2
      libraries/AP_BoardConfig/AP_BoardConfig.cpp

2
libraries/AP_BoardConfig/AP_BoardConfig.cpp

@ -181,7 +181,7 @@ const AP_Param::GroupInfo AP_BoardConfig::var_info[] = {
#if HAL_HAVE_IMU_HEATER #if HAL_HAVE_IMU_HEATER
// @Param: IMU_TARGTEMP // @Param: IMU_TARGTEMP
// @DisplayName: Target IMU temperature // @DisplayName: Target IMU temperature
// @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 // @Description: This sets the target IMU temperature for boards with controllable IMU heating units. DO NOT SET to -1 on the Cube. Set to -1 to disable the heater, please reboot after setting to -1.
// @Range: -1 80 // @Range: -1 80
// @Units: degC // @Units: degC
// @User: Advanced // @User: Advanced

Loading…
Cancel
Save