mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2025-02-17 06:29:15 +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;
|
||||
else if (startOfLine && cx=='!') break;
|
||||
else startOfLine=false;
|
||||
stream->write(cx);
|
||||
//stream->write(cx);
|
||||
wifiStream->write(cx);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user