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

Version 20

This commit is contained in:
Asbelos 2023-11-10 19:28:29 +00:00
parent a4eabf235e
commit 670645db4b
2 changed files with 2 additions and 2 deletions

View File

@ -1270,7 +1270,6 @@ void RMFT2::manageRouteCaption(uint16_t id,const FSH* caption) {
// set state beside it
if (routeCaptionArray[position]==caption) return;
routeCaptionArray[position]=caption;
DIAG(F("rCA[%d]=%d, c=%d"),position,routeStateArray[position],caption);
CommandDistributor::broadcastRouteCaption(id,caption);
}
}

View File

@ -3,7 +3,8 @@
#include "StringFormatter.h"
#define VERSION "5.1.19"
#define VERSION "5.1.20"
// 5.1.20 - EXRAIL Tidy and ROUTE_STATE, ROUTE_CAPTION
// 5.1.19 - Only flag 2.2.0.0-dev as broken, not 2.2.0.0
// 5.1.18 - TURNOUTL bugfix
// 5.1.17 - Divide out C for config and D for diag commands