mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-06-20 15:08:37 +03:00
Fix F+3 and F+* search freq step size when saving result
This commit is contained in:
@ -209,7 +209,7 @@ void DTMF_HandleRequest(void)
|
||||
if (!g_dtmf_rx_pending)
|
||||
return; // nothing new received
|
||||
|
||||
if (g_scan_state_dir != SCAN_OFF || g_css_scan_mode != CSS_SCAN_MODE_OFF)
|
||||
if (g_scan_state_dir != SCAN_STATE_DIR_OFF || g_css_scan_mode != CSS_SCAN_MODE_OFF)
|
||||
{ // we're busy scanning
|
||||
DTMF_clear_RX();
|
||||
return;
|
||||
|
Reference in New Issue
Block a user