Skip to content

Simpit V2.2.0

Compare
Choose a tag to compare
@PBechon PBechon released this 27 Jun 20:01
· 18 commits to main since this release

v2.2.0

Features

Message encoding changed. This version is not backward compatible with any previous Arduino library version (meaning the controller code must be recompiled against this new version, but the API did not change). A warning message is displayed when the Arduino lib is not up to date.
Add the gForces data in the airspeed message (same as above, a recompilation is needed since the size of the airspeed message has changed).
Add a command from Arduino to cycle between Navball modes.
Add a message from KSP to send the vessel name (limited to first 32 bytes)
Add messages from KSP to send the current value of roll/pitch/yaw, translation, throttle and wheel commands (taking into account keyboard, SAS and Simpit input).
Add a message from Arduino to request new data to be sent (when data is only sent on change for instance)

Bugfixes

Fix building script from folder with space in their name.