1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2025-07-28 09:53:45 +02:00

TM Broadcasts

TM changes will trigger TM state broadcasts
This commit is contained in:
Asbelos
2023-03-06 11:57:14 +00:00
parent 4f23dbc984
commit bec8aea5a5
6 changed files with 45 additions and 32 deletions

View File

@@ -233,3 +233,7 @@ void CommandDistributor::broadcastText(const FSH * msg) {
broadcastReply(WITHROTTLE_TYPE, F("Hm%S\n"), msg);
#endif
}
void CommandDistributor::broadcastTrackState(FSH* format,byte trackLetter,int16_t dcAddr) {
broadcastReply(COMMAND_TYPE, format,trackLetter,dcAddr);
}