1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2025-07-28 09:53:45 +02:00

AT passthrough from any HardwareSerial stream

IE cant passthrough from wifi!
This commit is contained in:
Asbelos
2021-12-19 10:24:18 +00:00
parent 65ce238bfb
commit cbf9f39ea6
4 changed files with 11 additions and 11 deletions

View File

@@ -550,7 +550,7 @@ void DCCEXParser::parse(Print *stream, byte *com, RingStream * ringStream)
if (atCommandCallback && !ringStream) {
DCCWaveform::mainTrack.setPowerMode(POWERMODE::OFF);
DCCWaveform::progTrack.setPowerMode(POWERMODE::OFF);
atCommandCallback(com);
atCommandCallback(stream,com);
return;
}
break;