From fcf16c1367d5397cc63861f0cbccebee390cdb4e Mon Sep 17 00:00:00 2001 From: peteGSX Date: Thu, 26 Jan 2023 18:53:25 +1000 Subject: [PATCH] Update version --- version.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/version.h b/version.h index a17babd..0e14288 100644 --- a/version.h +++ b/version.h @@ -4,7 +4,9 @@ #include "StringFormatter.h" -#define VERSION "4.2.9pre1" +#define VERSION "4.2.10pre1" +// 4.2.10 SIGNAL/SIGNALH bug fix as they were inverted +// IO_EXIOExpander.h input speed optimisation // 4.2.9 duinoNodes support // 4.2.8 HIGHMEM (EXRAIL support beyond 64kb) // Withrottle connect/disconnect improvements