From a0a635c1672c577912ae856b907e9ff84ddc926d Mon Sep 17 00:00:00 2001 From: Harald Barth Date: Mon, 31 Jan 2022 00:05:13 +0100 Subject: [PATCH] version --- version.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/version.h b/version.h index aa944eb..c34d926 100644 --- a/version.h +++ b/version.h @@ -3,7 +3,7 @@ #include "StringFormatter.h" -#define VERSION "3.2.0 rc12" +#define VERSION "3.2.0 rc13" // 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. @@ -27,6 +27,7 @@ // Bugfix: one-off error in CIPSEND drop // Compiles on Nano Every // Bugfix: disgnostic display of ack pulses >32kus +// Bugfix: Current read from wrong ADC during interrupt // ... // 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