kopia lustrzana https://github.com/OpenRTX/OpenRTX
Fix for MD3x0 rtx driver transmitting TX CTCSS tone even if settings tell it as disabled
rodzic
8010302d4d
commit
a057d2bfee
|
@ -423,7 +423,7 @@ void rtx_taskFunc()
|
|||
if(platform_getPttStatus() && (rtxStatus.opStatus != TX))
|
||||
{
|
||||
_disableRtxStages();
|
||||
toneGen_toneOn();
|
||||
if(rtxStatus.txToneEn != 0) toneGen_toneOn();
|
||||
gpio_setPin(MIC_PWR);
|
||||
C5000_startAnalogTx();
|
||||
_enableTxStage();
|
||||
|
|
Ładowanie…
Reference in New Issue