Lots of bugfixes related to calling/modem and various script fixes
This commit is contained in:
parent
22d974f22f
commit
e5877059ff
16 changed files with 285 additions and 160 deletions
|
@ -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,
|
||||
};
|
||||
|
||||
|
|
|
@ -68,7 +68,7 @@ int main(int argc, char* argv[])
|
|||
|
||||
int durationMs, strength;
|
||||
|
||||
if (argc < 1) {
|
||||
if (argc < 2) {
|
||||
usage();
|
||||
return 1;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue