mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2024-11-23 16:16:13 +01:00
Update version.h (#220)
* Update version.h Updated 4.0.2 release features cleaned up 4.0.0 feature list * Update version.h Added and Updated 4.0.0 Features * Update version.h modified 4.0.0 new JMRI features * Update version.h Updated4.0.0 release information
This commit is contained in:
parent
a10fca2b12
commit
78810d0e36
44
version.h
44
version.h
|
@ -6,41 +6,51 @@
|
||||||
|
|
||||||
#define VERSION "4.0.2"
|
#define VERSION "4.0.2"
|
||||||
// 4.0.2 EXRAIL additions:
|
// 4.0.2 EXRAIL additions:
|
||||||
|
// Automatic ALIAS(name)
|
||||||
|
// DCCEXPArser.cpp now accepts Underscore in Alias Names
|
||||||
|
// SET_TRACK(track,mode) Functions (A-H, MAIN|PROG|DC|DCX|OFF)
|
||||||
|
// New DC track function and DCX reverse polarity function
|
||||||
// Servo signals (SERVO_SIGNAL)
|
// Servo signals (SERVO_SIGNAL)
|
||||||
// High-On signal pins (SIGNALH)
|
// High-On signal pins (SIGNALH)
|
||||||
// Wait for analog value (ATGTE, ATLT)
|
// Wait for analog value (ATGTE, ATLT)
|
||||||
|
// TrafficManager DCC & DC up to 8 Districts Architecture
|
||||||
// 4.0.1 EXRAIL BROADCAST("msg")
|
// 4.0.1 EXRAIL BROADCAST("msg")
|
||||||
// EXRAIL POWERON
|
// EXRAIL POWERON
|
||||||
// 4.0.0 Major functional and non-functional changes.
|
// 4.0.0 Major functional and non-functional changes.
|
||||||
// Engine Driver "DriveAway" feature enhancement
|
// Engine Driver "DriveAway" feature enhancement
|
||||||
//.......JMRI feature enhancement. Provides for multiple additional DCC++EX wifi
|
// 'Discovered Server' multicast Dynamic Network Server (mDNS) displays available WiFi connections to a DCC++EX Command Station
|
||||||
//.........connections as accessory controllers or CS for a programming track when
|
// New EX-RAIL "Extended Railroad Automation Instruction Language" automation capability.
|
||||||
//.........motor shield is added
|
// EX-Rail Function commands for creating Automation, Route & Sequence Scripts
|
||||||
// New HAL added for I/O (digital and analogue inputs and outputs, servos etc).
|
// EX-RAIL “ROSTER” Engines Id & Function key layout on Engine Driver or WiThrottle
|
||||||
|
// EX-RAIL DCC++EX Commands to Control EX-RAIL via JMRI Send pane and IDE Serial monitors
|
||||||
|
// New JMRI feature enhancements;
|
||||||
|
// Reads DCC++EX EEPROM & automatically uploades any Signals, DCC Turnouts, Servo Turnouts, Vpin Turnouts , & Output pane
|
||||||
|
// Turnout class revised to expand turnout capabilities, new commands added.
|
||||||
|
// Provides for multiple additional DCC++EX WiFi connections as accessory controllers or CS for a programming track when Motor Shields are added
|
||||||
|
// Supports Multiple Command Station connections and individual tracking of Send DCC++ Command panes and DCC++ Traffic Monitor panes
|
||||||
|
// New HAL added for I/O (digital and analogue inputs and outputs, servos etc)
|
||||||
|
// Automatically detects & connects to supported devices included in your config.h file
|
||||||
// Support for MCP23008, MCP23017 and PCF9584 I2C GPIO Extender modules.
|
// Support for MCP23008, MCP23017 and PCF9584 I2C GPIO Extender modules.
|
||||||
// Support for PCA9685 PWM (servo) control modules.
|
// Support for PCA9685 PWM (servo) control modules.
|
||||||
// Support for analogue inputs on Arduino pins and on ADS111x I2C modules.
|
// Support for analogue inputs on Arduino pins and on ADS111x I2C modules.
|
||||||
// Support for MP3 sound playback via DFPlayer module.
|
// Support for MP3 sound playback via DFPlayer module.
|
||||||
// Support for HC-SR04 Ultrasonic range sensor module.
|
// Support for HC-SR04 Ultrasonic range sensor module.
|
||||||
// Support for VL53L0X Laser range sensor module (Time-Of-Flight).
|
// Support for VL53L0X Laser range sensor module (Time-Of-Flight).
|
||||||
//.........Added <D HAL SHOW> diagnostic command to show configured devices
|
// Added <D HAL SHOW> diagnostic command to show configured devices
|
||||||
// Native non-blocking I2C drivers for AVR and Nano architectures (fallback
|
// New Processor Support added
|
||||||
// to blocking Wire library for other platforms).
|
// Compiles on Nano Every and Teensy
|
||||||
// EEPROM layout change - deletes EEPROM contents on first start following upgrade.
|
// Native non-blocking I2C drivers for AVR and Nano architectures (fallback to blocking Wire library for other platforms).
|
||||||
// New EX-RAIL automation capability.
|
|
||||||
// Turnout class revised to expand turnout capabilities, new commands added.
|
|
||||||
// Output class now allows ID > 255.
|
|
||||||
// Configuration options to globally flip polarity of DCC Accessory states when driven
|
|
||||||
// from <a> command and <T> command.
|
|
||||||
// Increased use of display for showing loco decoder programming information.
|
|
||||||
// Can disable EEPROM code
|
// Can disable EEPROM code
|
||||||
|
// EEPROM layout change - deletes EEPROM contents on first start following upgrade.
|
||||||
|
// Output class now allows ID > 255.
|
||||||
|
// Configuration options to globally flip polarity of DCC Accessory states when driven from <a> command and <T> command.
|
||||||
|
// Increased use of display for showing loco decoder programming information.
|
||||||
// Can define border between long and short addresses
|
// Can define border between long and short addresses
|
||||||
// Turnout and accessory states (thrown/closed = 0/1 or 1/0) can be set to match RCN-213
|
// Turnout and accessory states (thrown/closed = 0/1 or 1/0) can be set to match RCN-213
|
||||||
// Bugfix: one-off error in CIPSEND drop
|
// Bugfix: one-off error in CIPSEND drop
|
||||||
// Compiles on Nano Every
|
|
||||||
// Bugfix: disgnostic display of ack pulses >32kus
|
// Bugfix: disgnostic display of ack pulses >32kus
|
||||||
//.......Bugfix: Current read from wrong ADC during interrupt
|
// Bugfix: Current read from wrong ADC during interrupt
|
||||||
// ...
|
// 3.2.0 Development Release Includes all of 3.1.1 thru 3.1.7 enhancements
|
||||||
// 3.1.7 Bugfix: Unknown locos should have speed forward
|
// 3.1.7 Bugfix: Unknown locos should have speed forward
|
||||||
// 3.1.6 Make output ID two bytes and guess format/size of registered outputs found in EEPROM
|
// 3.1.6 Make output ID two bytes and guess format/size of registered outputs found in EEPROM
|
||||||
// 3.1.5 Fix LCD corruption on power-up
|
// 3.1.5 Fix LCD corruption on power-up
|
||||||
|
|
Loading…
Reference in New Issue
Block a user