EE-2021.03.30: Fixed joystick axis scaling (#71)
daid-tinyci
released this
30 Mar 15:56
·
568 commits
to master
since this release
The old code did `* 1.05`, which is *not* equivalent to `* 100 / 95`. That effectively capped the axis to 99.75, instead of being to reach 100. fixes daid/EmptyEpsilon#1035