From 0d679ad993662d9c5b6885bdb203a7759404686b Mon Sep 17 00:00:00 2001 From: Harald Barth Date: Wed, 21 Jun 2023 10:49:49 +0200 Subject: [PATCH] version --- GITHUB_SHA.h | 2 +- version.h | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/GITHUB_SHA.h b/GITHUB_SHA.h index 8b6faac..57a2187 100644 --- a/GITHUB_SHA.h +++ b/GITHUB_SHA.h @@ -1 +1 @@ -#define GITHUB_SHA "devel-202306190642Z" +#define GITHUB_SHA "devel-202306210849Z" diff --git a/version.h b/version.h index ab5609d..fc470c8 100644 --- a/version.h +++ b/version.h @@ -4,7 +4,9 @@ #include "StringFormatter.h" -#define VERSION "4.2.56" +#define VERSION "4.2.57" +// 4.2.57 - New overload handling (faster and handles commonFaultPin again) +// - Optimize analog read STM32 // 4.2.56 - Update IO_RotaryEncoder.h: // - Improved I2C communication, non-blocking reads // - Enable sending positions to the encoder from EXRAIL via SERVO()