From 4125e73318a7b06a3723c443bc9c56da890b9fcd Mon Sep 17 00:00:00 2001 From: Asbelos <asbelos@btinternet.com> Date: Sat, 29 Mar 2025 10:33:36 +0000 Subject: [PATCH] Fix CLEAR_ALL_STASH --- EXRAIL2MacroReset.h | 2 +- version.h | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/EXRAIL2MacroReset.h b/EXRAIL2MacroReset.h index 6b6db29..4db69df 100644 --- a/EXRAIL2MacroReset.h +++ b/EXRAIL2MacroReset.h @@ -217,7 +217,7 @@ #define BROADCAST(msg) #define CALL(route) #define CLEAR_STASH(id) -#define CLEAR_ALL_STASH(id) +#define CLEAR_ALL_STASH #define CLOSE(id) #define CONFIGURE_SERVO(vpin,pos1,pos2,profile) #define DCC_SIGNAL(id,add,subaddr) diff --git a/version.h b/version.h index cded291..2199e42 100644 --- a/version.h +++ b/version.h @@ -3,7 +3,8 @@ #include "StringFormatter.h" -#define VERSION "5.4.6" +#define VERSION "5.4.7" +// 5.4.7 - Bugfix: EXRAIL fix CLEAR_ALL_STASH // 5.4.6 - Bugfix: Do not drop further commands in same packet // 5.4.5 - ESP32: Better detection of correct IDF version // - track power is always turned on after setJoin() not by setJoin()