net_modem: process '&' escaped commands properly

This commit is contained in:
Cacodemon345
2024-03-14 16:14:06 +06:00
committed by GitHub
parent 0c6c7d7da5
commit 6e87964b28

View File

@@ -919,6 +919,7 @@ modem_do_command(modem_t* modem)
}
break;
}
break;
case '\\': { // \ escaped commands
char cmdchar = modem_fetch_character(&scanbuf);
switch (cmdchar) {