Do not change FDV slice audio gain to 90 since it is confusing and conflicts with profiles

This commit is contained in:
Ed Gonzalez 2015-09-14 13:46:32 -05:00
parent 9afc4dc380
commit 0834002d06

View file

@ -84,8 +84,6 @@ static void _handle_status(char* string)
char cmd[512] = {0};
sprintf(cmd, "slice s %d digu_offset=1500", slc);
tc_sendSmartSDRcommand(cmd, FALSE, NULL);
sprintf(cmd, "audio client 0 slice %d gain 90", slc);
tc_sendSmartSDRcommand(cmd, FALSE, NULL);
}
else
{