Restore squelch functionality after mute fix

replace/7330b127406898f586e8df3d1646dc3d5fe8ab13
Federico Amedeo Izzo 2021-03-21 17:51:23 +01:00
rodzic e8ae618382
commit 75cd4417c7
1 zmienionych plików z 5 dodań i 3 usunięć

Wyświetl plik

@ -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)
{