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:
Alexander Babikov
2024-04-01 00:10:45 +05:00
parent b63c1e04eb
commit 2353d1f917

View File

@@ -795,7 +795,7 @@ modem_do_command(modem_t* modem)
}
}
modem_dial(modem, foundstr);
break;
return;
}
case 'I': // Some strings about firmware
switch (modem_scan_number(&scanbuf)) {