diff --git a/DCCEXParser.cpp b/DCCEXParser.cpp index 858f2a5..7be633d 100644 --- a/DCCEXParser.cpp +++ b/DCCEXParser.cpp @@ -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 DIAG(F("\nOpcode=%c params=%d\n"),opcode,params);