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:
commit
00fb7c6d04
|
@ -338,7 +338,7 @@ void DCCEXParser::parse(Print * stream, byte *com, bool blocking) {
|
||||||
|
|
||||||
case '+' : // Complex Wifi interface command (not usual parse)
|
case '+' : // Complex Wifi interface command (not usual parse)
|
||||||
WifiInterface::ATCommand(com);
|
WifiInterface::ATCommand(com);
|
||||||
break;
|
return;
|
||||||
|
|
||||||
default: //anything else will diagnose and drop out to <X>
|
default: //anything else will diagnose and drop out to <X>
|
||||||
DIAG(F("\nOpcode=%c params=%d\n"),opcode,params);
|
DIAG(F("\nOpcode=%c params=%d\n"),opcode,params);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user