mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2025-01-11 21:31:02 +01:00
Version 20
This commit is contained in:
parent
a4eabf235e
commit
670645db4b
@ -1270,7 +1270,6 @@ void RMFT2::manageRouteCaption(uint16_t id,const FSH* caption) {
|
|||||||
// set state beside it
|
// set state beside it
|
||||||
if (routeCaptionArray[position]==caption) return;
|
if (routeCaptionArray[position]==caption) return;
|
||||||
routeCaptionArray[position]=caption;
|
routeCaptionArray[position]=caption;
|
||||||
DIAG(F("rCA[%d]=%d, c=%d"),position,routeStateArray[position],caption);
|
|
||||||
CommandDistributor::broadcastRouteCaption(id,caption);
|
CommandDistributor::broadcastRouteCaption(id,caption);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -3,7 +3,8 @@
|
|||||||
|
|
||||||
#include "StringFormatter.h"
|
#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.19 - Only flag 2.2.0.0-dev as broken, not 2.2.0.0
|
||||||
// 5.1.18 - TURNOUTL bugfix
|
// 5.1.18 - TURNOUTL bugfix
|
||||||
// 5.1.17 - Divide out C for config and D for diag commands
|
// 5.1.17 - Divide out C for config and D for diag commands
|
||||||
|
Loading…
Reference in New Issue
Block a user