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: releasenotes.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,10 @@
1
-
## v0.3.6 (VNext)
1
+
## v0.3.6
2
2
- Replaced InvertedPotentiometer class with a reverse bool constructor option for the existing potentiometer.
3
3
- 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()
5
5
- 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.
7
8
8
9
## v0.3.5
9
10
- Switched all examples to DCSBIOS_DEFAULTSERIAL for compatibility.
0 commit comments