0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-06-20 06:58:39 +03:00

update mdc1200

This commit is contained in:
OneOfEleven
2023-10-21 20:54:42 +01:00
parent a68d0ab74f
commit 428ca596e6
6 changed files with 20 additions and 17 deletions

View File

@ -1121,9 +1121,11 @@ void RADIO_tx_eot(void)
if (g_eeprom.roger_mode == ROGER_MODE_ROGER)
BK4819_PlayRoger();
else
#ifdef ENABLE_MDC1200
if (g_eeprom.roger_mode == ROGER_MODE_MDC)
BK4819_PlayRogerMDC1200();
else
#endif
if (g_current_vfo->dtmf_ptt_id_tx_mode == PTT_ID_APOLLO)
BK4819_PlayTone(APOLLO_TONE2_HZ, APOLLO_TONE_MS, 28);