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

Undo callback

This commit is contained in:
peteGSX
2023-08-31 13:51:25 +10:00
parent a0c1ad182c
commit 9fa213e198
2 changed files with 0 additions and 6 deletions

View File

@@ -1226,8 +1226,3 @@ void DCCEXParser::callback_Wloco(int16_t result)
StringFormatter::send(getAsyncReplyStream(), F("<w %d>\n"), result);
commitAsyncReplyStream();
}
void DCCEXParser::callback_Imoving(bool moving) {
if (!moving) StringFormatter::send(getAsyncReplyStream(), F("<i>"));
commitAsyncReplyStream();
}