mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2024-11-22 23:56:13 +01:00
revert to write ERROR
This commit is contained in:
parent
8af74f7082
commit
b6501c7e3e
|
@ -886,7 +886,7 @@ void DCCEXParser::callback_R(int16_t result)
|
|||
void DCCEXParser::callback_Rloco(int16_t result) {
|
||||
const FSH * detail;
|
||||
if (result<=0) {
|
||||
detail=F("<r ERROR %d>\n");
|
||||
detail=F("<r %d>\n");
|
||||
} else {
|
||||
bool longAddr=result & LONG_ADDR_MARKER; //long addr
|
||||
if (longAddr)
|
||||
|
|
Loading…
Reference in New Issue
Block a user