From 431dc2bcc63d20becf82eb1cc2844b2eb9a9f2e1 Mon Sep 17 00:00:00 2001 From: Harald Barth Date: Sun, 18 Sep 2022 22:30:19 +0200 Subject: [PATCH] version 4.2.4 rc3 --- GITHUB_SHA.h | 2 +- version.h | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/GITHUB_SHA.h b/GITHUB_SHA.h index cf63b2e..1beebb1 100644 --- a/GITHUB_SHA.h +++ b/GITHUB_SHA.h @@ -1 +1 @@ -#define GITHUB_SHA "PORTX-HAL-20220905" +#define GITHUB_SHA "PORTX-HAL-20220918" diff --git a/version.h b/version.h index 9a6bd5f..3f8c118 100644 --- a/version.h +++ b/version.h @@ -4,9 +4,10 @@ #include "StringFormatter.h" -#define VERSION "4.2.4 rc2" +#define VERSION "4.2.4 rc3" // 4.2.4 ESP32 experimental BT support // More DC configurations possible and lower frequency +// Handle decoders that do not ack at write better // 4.2.3 Bugfix direction when togging between MAIN and DC // Bugfix return fail when F/f argument out of range // More error checking for out of bounds motor driver current trip limit