Add missing option for echomic -z to megi's audioroute program

master
Miles Alan 4 years ago
parent 624b702210
commit 4c39cd16b0
  1. 2
      programs/sxmo_megiaudioroute.c

@ -359,7 +359,7 @@ int main(int ac, char* av[])
{
int opt;
while ((opt = getopt(ac, av, "smhe2")) != -1) {
while ((opt = getopt(ac, av, "smhez2")) != -1) {
switch (opt) {
case 's':
audio_setup.spk_on = 1;

Loading…
Cancel
Save