mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-06-19 06:39:49 +03:00
Fix "CALL FRM" on-screen bug
This commit is contained in:
@ -556,6 +556,14 @@ void AIRCOPY_process_fsk_rx_10ms(void)
|
||||
{ // transfer is complete
|
||||
g_aircopy_state = AIRCOPY_RX_COMPLETE;
|
||||
AUDIO_PlayBeep(BEEP_880HZ_60MS_TRIPLE_BEEP);
|
||||
|
||||
#ifdef ENABLE_AIRCOPY_RX_REBOOT
|
||||
#if defined(ENABLE_OVERLAY)
|
||||
overlay_FLASH_RebootToBootloader();
|
||||
#else
|
||||
NVIC_SystemReset();
|
||||
#endif
|
||||
#endif
|
||||
}
|
||||
|
||||
return;
|
||||
|
Reference in New Issue
Block a user