From 0f728c1c156f6884ba5229bfd464ba9be4305e2a Mon Sep 17 00:00:00 2001 From: Harald Barth Date: Thu, 2 Dec 2021 08:35:42 +0100 Subject: [PATCH] 3 diffenent defines to fix RCN-213 compat --- version.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/version.h b/version.h index 1d8bd01..31be785 100644 --- a/version.h +++ b/version.h @@ -3,7 +3,7 @@ #include "StringFormatter.h" -#define VERSION "3.2.0 rc6" +#define VERSION "3.2.0 rc7" // 3.2.0 Major functional and non-functional changes. // New HAL added for I/O (digital and analogue inputs and outputs, servos etc). // Support for MCP23008, MCP23017 and PCF9584 I2C GPIO Extender modules. @@ -23,6 +23,7 @@ // Increased use of display for showing loco decoder programming information. // Can disable EEPROM code // 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.6 Make output ID two bytes and guess format/size of registered outputs found in EEPROM