Skip to content

Commit 597943e

Browse files
committed
0.3.5
1 parent 32750ab commit 597943e

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name=DCS-BIOS FP-Fork
2-
author=Jan B�cker
2+
author=Puma (talbotmcinnis)
33
maintainer=Jan B�cker, Warlord, Puma (talbotmcinnis)
44
sentence=Connect input and output devices to the DCS: World flight simulator using DCS-BIOS.
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.3
8+
version=0.3.5

releasenotes.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## v0.3.5
2+
- Switched all examples to DCSBIOS_DEFAULTSERIAL for compatibility
3+
- Updated some of the internal documentation
4+
- Added details and more controls to OneOfEverything example.
5+
- Fixed errors with Matrix enabled buttons.
6+
- Added additional options to Dimmer class for a range map or complete custom mapping function.
7+
- Removed conditional requirement in servo.h. There is some risk this may not build on some hardware, so please open an issue asap if you find errors regarding Servos.h
8+
19
## v0.3.4
210

311
- Fix missing methods in PotentiometerInv causing a build error.

0 commit comments

Comments
 (0)