mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2024-11-27 01:56:14 +01:00
Update Release_notes_v4.1.1.md (#264)
* Update release_notes_v4.1.1.md Edited </RED > etc., commands and added KILLALL function to EXRAIL list * Update release_notes_v4.1.1.md added <t cab> back in * Update release_notes_v4.1.1.md fixed < t cab> so it would display
This commit is contained in:
parent
39a85903ce
commit
d1518b8af0
|
@ -15,9 +15,16 @@ The team continues improving the architecture of DCC++EX to make it more flexibl
|
||||||
- Automatically detect and run a myFilter add-on (no need to call setFilter)
|
- Automatically detect and run a myFilter add-on (no need to call setFilter)
|
||||||
|
|
||||||
- New Commands for the Arduino IDE Serial Monitor and JMRI DCC++ Traffic Monitor
|
- New Commands for the Arduino IDE Serial Monitor and JMRI DCC++ Traffic Monitor
|
||||||
- </RED signal_id> </AMBER signal_id> </GREEN signal_id> commands
|
- </RED signal_id> to turn a individual LED Signal On & Off
|
||||||
- </KILL ALL> and KILLALL command to stop all tasks
|
- </AMBER signal_id> "
|
||||||
- <t cab> command to obtain current throttle settings
|
- </GREEN signal_id> "
|
||||||
|
- </KILL ALL> command to stop all tasks, and Diagnostic messages when KILL is used
|
||||||
|
- < t cab> command to obtain current throttle setting
|
||||||
|
|
||||||
|
- Allow WRITE CV on PROG <W CV VALUE>
|
||||||
|
- Updated CV read command <R cv>. Equivalent to <V cv 0>. Uses the verify callback.
|
||||||
|
- Allow WRITE CV on PROG <W CV VALUE)
|
||||||
|
- Change callback parameters are now optional on PROG
|
||||||
|
|
||||||
- New JA, JR, JT commands availabe for Throttle Developers to obtain Route, Roster and Turnout descriptions for communications
|
- New JA, JR, JT commands availabe for Throttle Developers to obtain Route, Roster and Turnout descriptions for communications
|
||||||
|
|
||||||
|
@ -26,6 +33,7 @@ The team continues improving the architecture of DCC++EX to make it more flexibl
|
||||||
- FADE command now works for LEDs connected on PCA9685 Servo/Signal board Output vpins
|
- FADE command now works for LEDs connected on PCA9685 Servo/Signal board Output vpins
|
||||||
- FORGET Forgets the current loco in DCC reminder tables saving memory and wasted packets sent to the track
|
- FORGET Forgets the current loco in DCC reminder tables saving memory and wasted packets sent to the track
|
||||||
- "IF" signal detection with IFRED(signal_id), IFAMBER(signal_id), IFGREEN(signal_id)
|
- "IF" signal detection with IFRED(signal_id), IFAMBER(signal_id), IFGREEN(signal_id)
|
||||||
|
- KILLALL command to stop all tasks, and Diagnostic messages when KILL is used
|
||||||
- PARSE <> commands in EXRAIL allows sending of DCC-EX commands from EX-RAIL
|
- PARSE <> commands in EXRAIL allows sending of DCC-EX commands from EX-RAIL
|
||||||
- SERVO_SIGNAL Servo signals assigned to a specific servo turnout
|
- SERVO_SIGNAL Servo signals assigned to a specific servo turnout
|
||||||
- SIGNALH High-On signal pins (Arduino normally handles active LOW signals. This allows for active HIGH)
|
- SIGNALH High-On signal pins (Arduino normally handles active LOW signals. This allows for active HIGH)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user