Ultrawipf / OpenFFBoard

OpenFFBoard is a universal force feedback interface for DIY simulation devices
https://hackaday.io/project/163904-open-ffboard
MIT License
558 stars 117 forks source link

Update EffectsCalculator.cpp #79

Closed sampan2000 closed 1 year ago

sampan2000 commented 1 year ago

resolved the issue that no force on axis y when using joystick(2 axis) mode.

sampan2000 commented 1 year ago

tested with DCS world

Ultrawipf commented 1 year ago

I would merge the first commit but adding a new target should not be part of this PR.

What has changed for the F407VE version? If the pinout is the same i would prefer to not make a new target and instead we got a F407DISCO target on a different branch which is intended to be used with development kits (Including other F407VE/VG kits).

Ultrawipf commented 1 year ago

I had to cherry pick the first commit via CLI as the second did not fully revert the extra target.

Its merged now but i need to manually close the PR.