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

fix step and tx power menus

This commit is contained in:
OneOfEleven
2023-11-03 01:26:51 +00:00
parent cfbb5b0bbf
commit 7e5605cd18
9 changed files with 16 additions and 29 deletions

View File

@ -1539,7 +1539,7 @@ void APP_process_flash_light_10ms(void)
GPIO_SetBit(&GPIOC->DATA, GPIOC_PIN_FLASHLIGHT);
#ifdef ENABLE_FLASH_LIGHT_SOS_TONE
if (!g_squelch_open && !g_monitor_enabled && !GPIO_CheckBit(&GPIOC->DATA, GPIOC_PIN_SPEAKER))
BK4819_StartTone1(880, 50, true);
BK4819_StartTone1(880, 50);
#endif
}
}