From 749a859db551113567faae3248c575dbf6440ece Mon Sep 17 00:00:00 2001 From: Asbelos Date: Wed, 1 Nov 2023 20:13:05 +0000 Subject: [PATCH] Bugfix TURNOUTL --- EXRAILMacros.h | 2 ++ version.h | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/EXRAILMacros.h b/EXRAILMacros.h index 66b0111..4bbabfc 100644 --- a/EXRAILMacros.h +++ b/EXRAILMacros.h @@ -172,6 +172,8 @@ void RMFT2::printMessage(uint16_t id) { #include "EXRAIL2MacroReset.h" #undef TURNOUT #define TURNOUT(id,addr,subaddr,description...) O_DESC(id,description) +#undef TURNOUTL +#define TURNOUTL(id,addr,description...) O_DESC(id,description) #undef PIN_TURNOUT #define PIN_TURNOUT(id,pin,description...) O_DESC(id,description) #undef SERVO_TURNOUT diff --git a/version.h b/version.h index 69b9002..196d9ca 100644 --- a/version.h +++ b/version.h @@ -3,7 +3,8 @@ #include "StringFormatter.h" -#define VERSION "5.0.5" +#define VERSION "5.0.6" +// 5.0.6 - Bugfix lost TURNOUTL description // 5.0.5 - Bugfix version detection logic and better message // 5.0.4 - Bugfix: misses default roster. // 5.0.3 - Check bad AT firmware version