2
0
mirror of https://github.com/team2059/Zaphod synced 2025-01-07 22:14:14 -05:00

Changed the inital value of throttle to be the value of axis 4(the physical pot)

This commit is contained in:
Adam Long 2014-03-16 19:13:54 -04:00
parent 1dabf27c02
commit 88a51913b7

View File

@ -70,7 +70,7 @@ public:
shooting = false; shooting = false;
compressing = true; compressing = true;
allowCompressing = true; allowCompressing = true;
throttle=0; throttle=(-Lstick.GetRawAxis(4)+1)/2;
} }
//}}} //}}}
//DashboardSetup{{{ //DashboardSetup{{{