0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-04-28 06:11:24 +03:00

compile bug fix

This commit is contained in:
OneOfEleven 2023-10-30 07:57:12 +00:00
parent 4040d047fd
commit a188f846f5
4 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ ENABLE_VOX := 0
ENABLE_REDUCE_LOW_MID_TX_POWER := 1
# Tx Alarm 600 B
ENABLE_ALARM := 0
ENABLE_TX1750 := 1
ENABLE_TX1750 := 0
# MDC1200 2.8 kB
ENABLE_MDC1200 := 1
ENABLE_PWRON_PASSWORD := 0

View File

@ -1703,7 +1703,7 @@ void APP_process_search(void)
#if defined(ENABLE_CODE_SEARCH_TIMEOUT)
g_search_css_state = SEARCH_CSS_STATE_FAILED;
BK4819_Disable();
BK4819_Idle();
AUDIO_PlayBeep(BEEP_880HZ_60MS_TRIPLE_BEEP);
g_update_status = true;

Binary file not shown.

Binary file not shown.