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

mdc1200 update

This commit is contained in:
OneOfEleven
2023-10-26 16:29:07 +01:00
parent 045768a2c3
commit 984722b924
8 changed files with 143 additions and 28 deletions

View File

@ -2726,7 +2726,6 @@ static void APP_process_key(const key_code_t Key, const bool key_pressed, const
if (!key_pressed)
{
GPIO_ClearBit(&GPIOC->DATA, GPIOC_PIN_SPEAKER);
g_speaker_enabled = false;
BK4819_ExitDTMF_TX(false);

View File

@ -458,7 +458,6 @@ bool DTMF_Reply(void)
g_eeprom.dtmf_code_interval_time);
GPIO_ClearBit(&GPIOC->DATA, GPIOC_PIN_SPEAKER);
g_speaker_enabled = false;
BK4819_ExitDTMF_TX(false);

View File

@ -370,7 +370,7 @@ void processFKeyFunction(const key_code_t Key)
case KEY_8: // R
if (g_scan_state_dir == SCAN_STATE_DIR_OFF)
if (g_scan_state_dir != SCAN_STATE_DIR_OFF)
{
g_beep_to_play = BEEP_500HZ_60MS_DOUBLE_BEEP_OPTIONAL;
return;