From 995c6f8ede39284d1a78ebf2b6e965a486c0672a Mon Sep 17 00:00:00 2001 From: peteGSX Date: Tue, 20 Jun 2023 19:32:43 +1000 Subject: [PATCH] Update version --- version.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/version.h b/version.h index 6355f6b..ab5609d 100644 --- a/version.h +++ b/version.h @@ -4,7 +4,10 @@ #include "StringFormatter.h" -#define VERSION "4.2.55" +#define VERSION "4.2.56" +// 4.2.56 - Update IO_RotaryEncoder.h: +// - Improved I2C communication, non-blocking reads +// - Enable sending positions to the encoder from EXRAIL via SERVO() // 4.2.55 - Optimize analog read for AVR // 4.2.54 - EX8874 shield in config.example.h // - Fix: Better warnings for pin number errors