Browse Source

Copter: Added new settings for flight mode channel

zr-v5.1
murata 4 years ago committed by Randy Mackay
parent
commit
0fe65fd6d3
  1. 2
      ArduCopter/Parameters.cpp

2
ArduCopter/Parameters.cpp

@ -311,7 +311,7 @@ const AP_Param::Info Copter::var_info[] = {
// @Param: FLTMODE_CH // @Param: FLTMODE_CH
// @DisplayName: Flightmode channel // @DisplayName: Flightmode channel
// @Description: RC Channel to use for flight mode control // @Description: RC Channel to use for flight mode control
// @Values: 0:Disabled,5:Channel5,6:Channel6,7:Channel7,8:Channel8 // @Values: 0:Disabled,5:Channel5,6:Channel6,7:Channel7,8:Channel8,9:Channel9,10:Channel 10,11:Channel 11,12:Channel 12,13:Channel 13,14:Channel 14,15:Channel 15
// @User: Advanced // @User: Advanced
GSCALAR(flight_mode_chan, "FLTMODE_CH", CH_MODE_DEFAULT), GSCALAR(flight_mode_chan, "FLTMODE_CH", CH_MODE_DEFAULT),

Loading…
Cancel
Save