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

Reformat reply to <=>

This commit is contained in:
Harald Barth
2023-11-11 09:45:28 +01:00
parent befcfebec7
commit e8b9f80c8c
3 changed files with 18 additions and 23 deletions

View File

@@ -269,8 +269,8 @@ void CommandDistributor::broadcastRaw(clientType type, char * msg) {
broadcastReply(type, F("%s"),msg);
}
void CommandDistributor::broadcastTrackState(const FSH* format,byte trackLetter, int16_t dcAddr) {
broadcastReply(COMMAND_TYPE, format,trackLetter, dcAddr);
void CommandDistributor::broadcastTrackState(const FSH* format,byte trackLetter, byte pstate, int16_t dcAddr) {
broadcastReply(COMMAND_TYPE, format,trackLetter, pstate, dcAddr);
}
void CommandDistributor::broadcastRouteState(uint16_t routeId, byte state ) {