mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2025-02-21 08:16:04 +01:00
Bad echo in <+>
This commit is contained in:
parent
d695a5275b
commit
b4e707ddde
@ -348,7 +348,7 @@ void WifiInterface::ATCommand(HardwareSerial * stream,const byte * command) {
|
|||||||
if (cx=='\n' || cx=='\r') startOfLine=true;
|
if (cx=='\n' || cx=='\r') startOfLine=true;
|
||||||
else if (startOfLine && cx=='!') break;
|
else if (startOfLine && cx=='!') break;
|
||||||
else startOfLine=false;
|
else startOfLine=false;
|
||||||
stream->write(cx);
|
//stream->write(cx);
|
||||||
wifiStream->write(cx);
|
wifiStream->write(cx);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
#include "StringFormatter.h"
|
#include "StringFormatter.h"
|
||||||
|
|
||||||
|
|
||||||
#define VERSION "4.2.6"
|
#define VERSION "4.2.7"
|
||||||
// 4.2.6 FIX: Remove RAM thief
|
// 4.2.6 FIX: Remove RAM thief
|
||||||
// FIX: ADC port 8-15 fix
|
// FIX: ADC port 8-15 fix
|
||||||
// 4.2.5 Make GETFLASHW code more universal
|
// 4.2.5 Make GETFLASHW code more universal
|
||||||
|
Loading…
Reference in New Issue
Block a user