1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2024-12-23 12:51:24 +01:00

Correct <+> command return

This commit is contained in:
Asbelos 2020-09-23 16:22:20 +01:00
parent da979a4492
commit 737300796d

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