Skip to content

Commit 3d0514c

Browse files
committed
0.3.3 Notes
1 parent 99d5b17 commit 3d0514c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ sentence=Connect input and output devices to the DCS: World flight simulator usi
55
paragraph=DCS-BIOS is a piece of software that can extract data from DCS: World and sends them to an Arduino. It also accepts commands over the serial port. This library talks to DCS-BIOS and allows you to connect any component your Arduino can communicate with to your virtual cockpit.
66
url=https://github.com/DCSFlightpanels/dcs-bios
77
category=Other
8-
version=0.3.1
8+
version=0.3.3

releasenotes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.3.3
2+
- Added ToggleSwitch to allow a single (presumably momentary) button to send alternating values for a single command on rising edges (pushes) of said button.
3+
14
## v0.3.2
25
- Added new feature for SwitchMultiPos, allowing a "default" state to be specified for controls that can have a default state. For example, A-10 Emergency Trim without a center detent
36
```c++

0 commit comments

Comments
 (0)