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:
@ -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);
|
||||
|
@ -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);
|
||||
|
@ -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;
|
||||
|
Reference in New Issue
Block a user