Skip to content
Snippets Groups Projects
Unverified Commit 62a35531 authored by Don Gagne's avatar Don Gagne Committed by GitHub
Browse files

Merge pull request #6284 from patrickelectric/patrickelectric/digital_joystick

Joystick: Make circle correction on by default
parents ca8fcf0e 08d11fd9
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@ Joystick::Joystick(const QString& name, int axisCount, int buttonCount, int hatC
, _exponential(0)
, _accumulator(false)
, _deadband(false)
, _circleCorrection(false)
, _circleCorrection(true)
, _activeVehicle(NULL)
, _pollingStartedForCalibration(false)
, _multiVehicleManager(multiVehicleManager)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment