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

This commit is contained in:
Miles Alan 2020-06-09 18:57:30 -05:00
parent 624b702210
commit 4c39cd16b0

View file

@ -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;