mirror of
https://github.com/n5ac/smartsdr-dsp.git
synced 2025-12-06 03:01:59 +01:00
Do not change FDV slice audio gain to 90 since it is confusing and conflicts with profiles
This commit is contained in:
parent
9afc4dc380
commit
0834002d06
|
|
@ -84,8 +84,6 @@ static void _handle_status(char* string)
|
||||||
char cmd[512] = {0};
|
char cmd[512] = {0};
|
||||||
sprintf(cmd, "slice s %d digu_offset=1500", slc);
|
sprintf(cmd, "slice s %d digu_offset=1500", slc);
|
||||||
tc_sendSmartSDRcommand(cmd, FALSE, NULL);
|
tc_sendSmartSDRcommand(cmd, FALSE, NULL);
|
||||||
sprintf(cmd, "audio client 0 slice %d gain 90", slc);
|
|
||||||
tc_sendSmartSDRcommand(cmd, FALSE, NULL);
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue