mirror of https://github.com/ArduPilot/ardupilot
AP_BoardConfig: correct description of safety switch
This commit is contained in:
parent
51481eff24
commit
21d27d8988
|
@ -156,7 +156,7 @@ const AP_Param::GroupInfo AP_BoardConfig::var_info[] = {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @Param: SAFETYENABLE
|
// @Param: SAFETYENABLE
|
||||||
// @DisplayName: Enable use of safety arming switch
|
// @DisplayName: Sets default state of the safety switch
|
||||||
// @Description: This controls the default state of the safety switch at startup. When set to 1 the safety switch will start in the safe state (flashing) at boot. When set to zero the safety switch will start in the unsafe state (solid) at startup. Note that if a safety switch is fitted the user can still control the safety state after startup using the switch. The safety state can also be controlled in software using a MAVLink message.
|
// @Description: This controls the default state of the safety switch at startup. When set to 1 the safety switch will start in the safe state (flashing) at boot. When set to zero the safety switch will start in the unsafe state (solid) at startup. Note that if a safety switch is fitted the user can still control the safety state after startup using the switch. The safety state can also be controlled in software using a MAVLink message.
|
||||||
// @Values: 0:Disabled,1:Enabled
|
// @Values: 0:Disabled,1:Enabled
|
||||||
// @RebootRequired: True
|
// @RebootRequired: True
|
||||||
|
|
Loading…
Reference in New Issue