Modem: Stop command line processing after dialing
"Phone numbers" with letters in them, such as hostnames, are no longer interpreted as commands
This commit is contained in:
@@ -795,7 +795,7 @@ modem_do_command(modem_t* modem)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
modem_dial(modem, foundstr);
|
modem_dial(modem, foundstr);
|
||||||
break;
|
return;
|
||||||
}
|
}
|
||||||
case 'I': // Some strings about firmware
|
case 'I': // Some strings about firmware
|
||||||
switch (modem_scan_number(&scanbuf)) {
|
switch (modem_scan_number(&scanbuf)) {
|
||||||
|
Reference in New Issue
Block a user