1
0
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:
Asbelos 2022-12-02 07:57:19 +00:00
parent d695a5275b
commit b4e707ddde
2 changed files with 2 additions and 2 deletions

View File

@ -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);
}
}

View File

@ -4,7 +4,7 @@
#include "StringFormatter.h"
#define VERSION "4.2.6"
#define VERSION "4.2.7"
// 4.2.6 FIX: Remove RAM thief
// FIX: ADC port 8-15 fix
// 4.2.5 Make GETFLASHW code more universal