From 48cd567bda87482d7e5e5287d9290ca0c96a98eb Mon Sep 17 00:00:00 2001 From: peteGSX Date: Tue, 14 Mar 2023 19:04:08 +1000 Subject: [PATCH] Update version after testing --- version.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/version.h b/version.h index 8afe38a..21f8e5e 100644 --- a/version.h +++ b/version.h @@ -4,7 +4,11 @@ #include "StringFormatter.h" -#define VERSION "4.2.25" +#define VERSION "4.2.26" +// 4.2.26 - EX-IOExpander device driver enhancements +// - Enhance I2C error checking +// - Introduce delays to _loop to allow room for other I2C device comms +// - Improve analogue read reliability // 4.2.25 - Bugfix SAMD21 Exrail odd byte boundary // 4.2.24 - Bugfix Ethernet shield: Static IP now possible // 4.2.23 - Bugfix signalpin2 was not set up in shadow port