Browse Source

Merge pull request #6284 from patrickelectric/patrickelectric/digital_joystick

Joystick: Make circle correction on by default
QGC4.4
Don Gagne 7 years ago committed by GitHub
parent
commit
62a355315e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/Joystick/Joystick.cc

2
src/Joystick/Joystick.cc

@ -65,7 +65,7 @@ Joystick::Joystick(const QString& name, int axisCount, int buttonCount, int hatC
, _exponential(0) , _exponential(0)
, _accumulator(false) , _accumulator(false)
, _deadband(false) , _deadband(false)
, _circleCorrection(false) , _circleCorrection(true)
, _activeVehicle(NULL) , _activeVehicle(NULL)
, _pollingStartedForCalibration(false) , _pollingStartedForCalibration(false)
, _multiVehicleManager(multiVehicleManager) , _multiVehicleManager(multiVehicleManager)

Loading…
Cancel
Save