Restore squelch functionality after mute fix
This commit is contained in:
parent
e8ae618382
commit
75cd4417c7
|
|
@ -290,10 +290,12 @@ void rtx_taskFunc()
|
||||||
sqlOpen = false;
|
sqlOpen = false;
|
||||||
}
|
}
|
||||||
#ifdef PLATFORM_MDUV380
|
#ifdef PLATFORM_MDUV380
|
||||||
// Set output volume by changing the HR_C6000 DAC gain
|
if(sqlOpen == true)
|
||||||
_afSetVolume();
|
{
|
||||||
|
// Set output volume by changing the HR_C6000 DAC gain
|
||||||
|
_afSetVolume();
|
||||||
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
}
|
}
|
||||||
else if((rtxStatus.opMode == OFF) && enterRx)
|
else if((rtxStatus.opMode == OFF) && enterRx)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue