Skip to content

Commit 7888040

Browse files
committed
Update releasenotes.md
1 parent 5f69e34 commit 7888040

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

releasenotes.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
## v0.3.6 (VNext)
1+
## v0.3.6
22
- Replaced InvertedPotentiometer class with a reverse bool constructor option for the existing potentiometer.
33
- Added Synchronization example to layout different strategies for physical control <=> DCS synchronization on startup, periodic or on aircraft entry.
4-
- Created new synchronization option via ResettableInput/resetThisState()
4+
- Created new single control reset/synchronization option via ResettableInput::resetThisState()
55
- Created new RotarySyncingPotentiometer for simpits with a potentiometer in place of a rotary control, and an example to document usage.
6-
- Added RotarySwitch for cockpits with a rotary encoder in place of N-Position switches
6+
- Added RotarySwitch for cockpits with a rotary encoder in place of N-Position switches.
7+
- Created new Syncing Switches which are both an output to DCS, but also an input from DCS and will automatically re-send their state to DCS if DCS reports a different value. Checkout Synchronization example for sample usage of SyncingSwitch3Pos.
78

89
## v0.3.5
910
- Switched all examples to DCSBIOS_DEFAULTSERIAL for compatibility.

0 commit comments

Comments
 (0)