Skip to content

Commit 065eec2

Browse files
committed
0.3.9
1 parent d3b39ab commit 065eec2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-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.8
8+
version=0.3.9

releasenotes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v0.3.9
2+
- Included Addresses.h as an alternative way of including DCS address/mask information. [Documentation needed]. Thanks @maciekish for the contribution!!
3+
- Example of PotentiometerEWMA added to OneOfEverything
4+
- Add support for #define DCSBIOS_DISABLE_SERVO to disable inclusion of servo.h on platforms which don't support it (ESP32)
5+
- Resolved confusing inclusion pattern for USE_MATRIX_SWITCHES, and supported more standardized version DCSBIOS_USE_MATRIX_SWITCHES.
6+
17
## v0.3.8
28
- Added input_min and input_max optional parameters to PotentiometerEWMA to allow a user to calibrate their analog inputs if their physical control does not utilize the full range available to the controller.
39
- Fix Switch2Pos state reset logic, and improve it's internal debounce logic for a few edge cases.

0 commit comments

Comments
 (0)