Browse Source

Merge pull request #2944 from DonLakeFlyer/APMFM

Fix flight mode channel
QGC4.4
Don Gagne 9 years ago
parent
commit
8d43d1a3c4
  1. 2
      src/AutoPilotPlugins/APM/APMFlightModesComponentController.cc

2
src/AutoPilotPlugins/APM/APMFlightModesComponentController.cc

@ -32,7 +32,7 @@ APMFlightModesComponentController::APMFlightModesComponentController(void)
: _activeFlightMode(0) : _activeFlightMode(0)
, _channelCount(Vehicle::cMaxRcChannels) , _channelCount(Vehicle::cMaxRcChannels)
, _fixedWing(_vehicle->vehicleType() == MAV_TYPE_FIXED_WING) , _fixedWing(_vehicle->vehicleType() == MAV_TYPE_FIXED_WING)
, _flightModeChannel(4) , _flightModeChannel(5)
{ {
QStringList usedParams; QStringList usedParams;

Loading…
Cancel
Save