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