net_modem: process '&' escaped commands properly
This commit is contained in:
@@ -919,6 +919,7 @@ modem_do_command(modem_t* modem)
|
||||
}
|
||||
break;
|
||||
}
|
||||
break;
|
||||
case '\\': { // \ escaped commands
|
||||
char cmdchar = modem_fetch_character(&scanbuf);
|
||||
switch (cmdchar) {
|
||||
|
Reference in New Issue
Block a user