mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 00:28:30 -04:00
Copter: arming check Bitmask param description
This commit is contained in:
parent
2b35fbc81f
commit
e60f53d144
@ -434,6 +434,7 @@ const AP_Param::Info Copter::var_info[] PROGMEM = {
|
|||||||
// @DisplayName: Arming check
|
// @DisplayName: Arming check
|
||||||
// @Description: Allows enabling or disabling of pre-arming checks of receiver, accelerometer, barometer, compass and GPS
|
// @Description: Allows enabling or disabling of pre-arming checks of receiver, accelerometer, barometer, compass and GPS
|
||||||
// @Values: 0:Disabled, 1:Enabled, -3:Skip Baro, -5:Skip Compass, -9:Skip GPS, -17:Skip INS, -33:Skip Params/Sonar, -65:Skip RC, 127:Skip Voltage
|
// @Values: 0:Disabled, 1:Enabled, -3:Skip Baro, -5:Skip Compass, -9:Skip GPS, -17:Skip INS, -33:Skip Params/Sonar, -65:Skip RC, 127:Skip Voltage
|
||||||
|
// @Bitmask: 0:All,1:Baro,2:Compass,3:GPS,4:INS,5:Parameters+Sonar,6:RC,7:Voltage
|
||||||
// @User: Standard
|
// @User: Standard
|
||||||
GSCALAR(arming_check, "ARMING_CHECK", ARMING_CHECK_ALL),
|
GSCALAR(arming_check, "ARMING_CHECK", ARMING_CHECK_ALL),
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user