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

@ -351,7 +351,7 @@ static struct audio_setup audio_setup = {
.hp_vol = 15,
.spk_vol = 15,
.ear_vol = 31,
.ear_vol = 15,
.mic_gain = 1,
};

View file

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