mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2024-11-26 17:46:14 +01:00
Undo callback
This commit is contained in:
parent
a0c1ad182c
commit
9fa213e198
|
@ -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();
|
||||
}
|
||||
|
|
|
@ -72,7 +72,6 @@ struct DCCEXParser
|
|||
static void callback_Wloco(int16_t result);
|
||||
static void callback_Vbit(int16_t result);
|
||||
static void callback_Vbyte(int16_t result);
|
||||
static void callback_Imoving(bool moving);
|
||||
static FILTER_CALLBACK filterCallback;
|
||||
static FILTER_CALLBACK filterRMFTCallback;
|
||||
static AT_COMMAND_CALLBACK atCommandCallback;
|
||||
|
|
Loading…
Reference in New Issue
Block a user