|
|
|
@ -357,6 +357,34 @@ const AP_Param::Info var_info[] PROGMEM = {
@@ -357,6 +357,34 @@ const AP_Param::Info var_info[] PROGMEM = {
|
|
|
|
|
// @User: Standard |
|
|
|
|
GSCALAR(ch8_option, "CH8_OPT", CH8_OPTION), |
|
|
|
|
|
|
|
|
|
// @Param: CH9_OPT |
|
|
|
|
// @DisplayName: Channel 9 option |
|
|
|
|
// @Description: Select which function if performed when CH9 is above 1800 pwm |
|
|
|
|
// @Values: 0:Do Nothing, 2:Flip, 3:Simple Mode, 4:RTL, 5:Save Trim, 7:Save WP, 8:Multi Mode, 9:Camera Trigger, 10:RangeFinder, 11:Fence, 12:ResetToArmedYaw, 13:Super Simple Mode, 14:Acro Trainer, 16:Auto, 17:AutoTune, 18:Land, 19:EPM, 21:Parachute Enable, 22:Parachute Release, 23:Parachute 3pos, 24:Auto Mission Reset, 25:AttCon Feed Forward, 26:AttCon Accel Limits, 27:Retract Mount, 28:Relay On/Off, 29:Landing Gear |
|
|
|
|
// @User: Standard |
|
|
|
|
GSCALAR(ch9_option, "CH9_OPT", CH9_OPTION), |
|
|
|
|
|
|
|
|
|
// @Param: CH10_OPT |
|
|
|
|
// @DisplayName: Channel 10 option |
|
|
|
|
// @Description: Select which function if performed when CH10 is above 1800 pwm |
|
|
|
|
// @Values: 0:Do Nothing, 2:Flip, 3:Simple Mode, 4:RTL, 5:Save Trim, 7:Save WP, 8:Multi Mode, 9:Camera Trigger, 10:RangeFinder, 11:Fence, 12:ResetToArmedYaw, 13:Super Simple Mode, 14:Acro Trainer, 16:Auto, 17:AutoTune, 18:Land, 19:EPM, 21:Parachute Enable, 22:Parachute Release, 23:Parachute 3pos, 24:Auto Mission Reset, 25:AttCon Feed Forward, 26:AttCon Accel Limits, 27:Retract Mount, 28:Relay On/Off, 29:Landing Gear |
|
|
|
|
// @User: Standard |
|
|
|
|
GSCALAR(ch10_option, "CH10_OPT", CH10_OPTION), |
|
|
|
|
|
|
|
|
|
// @Param: CH11_OPT |
|
|
|
|
// @DisplayName: Channel 11 option |
|
|
|
|
// @Description: Select which function if performed when CH11 is above 1800 pwm |
|
|
|
|
// @Values: 0:Do Nothing, 2:Flip, 3:Simple Mode, 4:RTL, 5:Save Trim, 7:Save WP, 8:Multi Mode, 9:Camera Trigger, 10:RangeFinder, 11:Fence, 12:ResetToArmedYaw, 13:Super Simple Mode, 14:Acro Trainer, 16:Auto, 17:AutoTune, 18:Land, 19:EPM, 21:Parachute Enable, 22:Parachute Release, 23:Parachute 3pos, 24:Auto Mission Reset, 25:AttCon Feed Forward, 26:AttCon Accel Limits, 27:Retract Mount, 28:Relay On/Off, 29:Landing Gear |
|
|
|
|
// @User: Standard |
|
|
|
|
GSCALAR(ch11_option, "CH11_OPT", CH11_OPTION), |
|
|
|
|
|
|
|
|
|
// @Param: CH12_OPT |
|
|
|
|
// @DisplayName: Channel 12 option |
|
|
|
|
// @Description: Select which function if performed when CH12 is above 1800 pwm |
|
|
|
|
// @Values: 0:Do Nothing, 2:Flip, 3:Simple Mode, 4:RTL, 5:Save Trim, 7:Save WP, 8:Multi Mode, 9:Camera Trigger, 10:RangeFinder, 11:Fence, 12:ResetToArmedYaw, 13:Super Simple Mode, 14:Acro Trainer, 16:Auto, 17:AutoTune, 18:Land, 19:EPM, 21:Parachute Enable, 22:Parachute Release, 23:Parachute 3pos, 24:Auto Mission Reset, 25:AttCon Feed Forward, 26:AttCon Accel Limits, 27:Retract Mount, 28:Relay On/Off, 29:Landing Gear |
|
|
|
|
// @User: Standard |
|
|
|
|
GSCALAR(ch12_option, "CH12_OPT", CH12_OPTION), |
|
|
|
|
|
|
|
|
|
// @Param: ARMING_CHECK |
|
|
|
|
// @DisplayName: Arming check |
|
|
|
|
// @Description: Allows enabling or disabling of pre-arming checks of receiver, accelerometer, barometer, compass and GPS |
|
|
|
|