Bugfix TURNOUTL

This commit is contained in:
Asbelos 2023-11-01 20:13:05 +00:00
parent 659c58b307
commit 749a859db5
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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: <JR> misses default roster.
// 5.0.3 - Check bad AT firmware version