Restore squelch functionality after mute fix

This commit is contained in:
Federico Amedeo Izzo 2021-03-21 17:51:23 +01:00
parent e8ae618382
commit 75cd4417c7
1 changed files with 5 additions and 3 deletions

View File

@ -290,10 +290,12 @@ void rtx_taskFunc()
sqlOpen = false;
}
#ifdef PLATFORM_MDUV380
// Set output volume by changing the HR_C6000 DAC gain
_afSetVolume();
if(sqlOpen == true)
{
// Set output volume by changing the HR_C6000 DAC gain
_afSetVolume();
}
#endif
}
else if((rtxStatus.opMode == OFF) && enterRx)
{