Lots of bugfixes related to calling/modem and various script fixes

This commit is contained in:
Miles Alan 2020-05-09 20:32:55 -05:00
parent 22d974f22f
commit e5877059ff
16 changed files with 285 additions and 160 deletions

View file

@ -68,7 +68,7 @@ int main(int argc, char* argv[])
int durationMs, strength;
if (argc < 1) {
if (argc < 2) {
usage();
return 1;
}