EE-2021.03.31: Fixed joystick axis scaling (#71)
daid-tinyci
released this
31 Mar 08:01
·
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