1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2024-11-24 00:26:13 +01:00

Compare commits

..

No commits in common. "818e05b4253a1a0980abb3a0bbef38a8c662bb1a" and "387ea019bdc483667bcbcf45205a56330d615aee" have entirely different histories.

2 changed files with 3 additions and 5 deletions

View File

@ -259,9 +259,8 @@ LookList* RMFT2::LookListLoader(OPCODE op1, OPCODE op2, OPCODE op3) {
}
void RMFT2::setTurnoutHiddenState(Turnout * t) {
// turnout descriptions are in low flash F strings
const FSH *desc = getTurnoutDescription(t->getId());
if (desc) t->setHidden(GETFLASH(desc)==0x01);
// turnout descriptions are in low flash F strings
t->setHidden(GETFLASH(getTurnoutDescription(t->getId()))==0x01);
}
char RMFT2::getRouteType(int16_t id) {

View File

@ -3,8 +3,7 @@
#include "StringFormatter.h"
#define VERSION "5.0.8"
// 5.0.8 - Bugfix: Do not crash on turnouts without description
#define VERSION "5.0.7"
// 5.0.7 - Only flag 2.2.0.0-dev as broken, not 2.2.0.0
// 5.0.6 - Bugfix lost TURNOUTL description
// 5.0.5 - Bugfix version detection logic and better message