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:
@@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user