mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-06-19 14:48:03 +03:00
Font and display updates
This commit is contained in:
9
radio.c
9
radio.c
@ -744,6 +744,11 @@ void RADIO_SetTxParameters(void)
|
||||
|
||||
switch (gCurrentVfo->pTX->CodeType)
|
||||
{
|
||||
default:
|
||||
case CODE_TYPE_OFF:
|
||||
BK4819_ExitSubAu();
|
||||
break;
|
||||
|
||||
case CODE_TYPE_CONTINUOUS_TONE:
|
||||
BK4819_SetCTCSSFrequency(CTCSS_Options[gCurrentVfo->pTX->Code]);
|
||||
break;
|
||||
@ -754,10 +759,6 @@ void RADIO_SetTxParameters(void)
|
||||
DCS_GetGolayCodeWord(gCurrentVfo->pTX->CodeType, gCurrentVfo->pTX->Code)
|
||||
);
|
||||
break;
|
||||
|
||||
default:
|
||||
BK4819_ExitSubAu();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user