You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,18 @@
1
1
Kerbal Simpit Changelog
2
2
=======================
3
3
4
+
* **2.4.0**: 2024-02-20
5
+
6
+
* Fix action groups activating instead of toggling in AllCommandDemo example.
7
+
* Added KSP game version flag.
8
+
* Updated keywords and docs.
9
+
* Added example AllTheFeedbackDemo to show how all the outgoing messages are used.
10
+
* Added KSP2 resource channels
11
+
* Added Advanced Action Group Message (it supports all KSP2 Action Groups)
12
+
* Added Set Single Action Group Message (it supports all KSP2 Action Groups)
13
+
* Added Time warp commands for KSP2
14
+
* Added Intersects Message
15
+
4
16
* **2.0.0**: 2021-09-11
5
17
6
18
* Improve the init process by purging the whole USB buffer before attemping an handshake (this prevent an issue preventing the handshake to take place in some cases after an Arduino reset)
sentence=A library for interfacing with the Kerbal Space Program video game.
6
6
paragraph=Works with an accompanying KSP plugin (https://github.com/Simpit-team), to allow your Arduino to receive telemetry and send commands over a serial connection.
0 commit comments