1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2024-11-27 01:56:14 +01:00

Merge branch 'feature/config' of https://github.com/DCC-EX/CommandStation-EX into feature/config

merge latest changes from remote
This commit is contained in:
FrightRisk 2020-09-23 12:05:56 -04:00
commit 00fb7c6d04

View File

@ -338,7 +338,7 @@ void DCCEXParser::parse(Print * stream, byte *com, bool blocking) {
case '+' : // Complex Wifi interface command (not usual parse)
WifiInterface::ATCommand(com);
break;
return;
default: //anything else will diagnose and drop out to <X>
DIAG(F("\nOpcode=%c params=%d\n"),opcode,params);