1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2024-11-26 17:46:14 +01:00

3 diffenent defines to fix RCN-213 compat

This commit is contained in:
Harald Barth 2021-12-02 08:35:42 +01:00
parent b5af39dfc9
commit 0f728c1c15

View File

@ -3,7 +3,7 @@
#include "StringFormatter.h" #include "StringFormatter.h"
#define VERSION "3.2.0 rc6" #define VERSION "3.2.0 rc7"
// 3.2.0 Major functional and non-functional changes. // 3.2.0 Major functional and non-functional changes.
// New HAL added for I/O (digital and analogue inputs and outputs, servos etc). // New HAL added for I/O (digital and analogue inputs and outputs, servos etc).
// Support for MCP23008, MCP23017 and PCF9584 I2C GPIO Extender modules. // Support for MCP23008, MCP23017 and PCF9584 I2C GPIO Extender modules.
@ -23,6 +23,7 @@
// Increased use of display for showing loco decoder programming information. // Increased use of display for showing loco decoder programming information.
// Can disable EEPROM code // Can disable EEPROM code
// 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
// ... // ...
// 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