From e6047f66932952a68ec66ee78354ef59d4be6573 Mon Sep 17 00:00:00 2001 From: Asbelos Date: Fri, 12 Jul 2024 10:25:11 +0100 Subject: [PATCH] Revert for F31 --- CommandDistributor.cpp | 2 +- version.h | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CommandDistributor.cpp b/CommandDistributor.cpp index 57ad9f9..e7087ad 100644 --- a/CommandDistributor.cpp +++ b/CommandDistributor.cpp @@ -209,7 +209,7 @@ int16_t CommandDistributor::retClockTime() { void CommandDistributor::broadcastLoco(byte slot) { DCC::LOCO * sp=&DCC::speedTable[slot]; - broadcastReply(COMMAND_TYPE, F("\n"), sp->loco,slot,sp->speedCode,sp->functions); + broadcastReply(COMMAND_TYPE, F("\n"), sp->loco,slot,sp->speedCode,sp->functions); #ifdef SABERTOOTH if (Serial2 && sp->loco == SABERTOOTH) { static uint8_t rampingmode = 0; diff --git a/version.h b/version.h index 8bd3d5b..b428c75 100644 --- a/version.h +++ b/version.h @@ -3,7 +3,9 @@ #include "StringFormatter.h" -#define VERSION "5.2.67" +#define VERSION "5.2.68" +// 5.2.68 - Revert function map to signed (from 5.2.66) to avoid +// incompatibilities with ED etc for F31 frequency flag. // 5.2.67 - EXRAIL AFTER optional debounce time variable (default 500mS) // - AFTER(42) == AFTER(42,500) sets time sensor must // - be continuously off.