mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-04-29 23:01:26 +03:00
fix long press 6 .. L, M, H button
This commit is contained in:
parent
30d5abb1e2
commit
add4d6d7e1
@ -248,7 +248,7 @@ void processFKeyFunction(const key_code_t Key)
|
|||||||
|
|
||||||
case KEY_6: // H/M/L
|
case KEY_6: // H/M/L
|
||||||
|
|
||||||
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;
|
g_beep_to_play = BEEP_500HZ_60MS_DOUBLE_BEEP_OPTIONAL;
|
||||||
return;
|
return;
|
||||||
@ -474,7 +474,6 @@ void MAIN_Key_DIGITS(key_code_t Key, bool key_pressed, bool key_held)
|
|||||||
}
|
}
|
||||||
|
|
||||||
g_tx_vfo->freq_config_rx.frequency = Frequency;
|
g_tx_vfo->freq_config_rx.frequency = Frequency;
|
||||||
|
|
||||||
// 1of11 .. test to prevent the monitor being turned off
|
// 1of11 .. test to prevent the monitor being turned off
|
||||||
// g_request_save_channel = 1;
|
// g_request_save_channel = 1;
|
||||||
SETTINGS_SaveChannel(g_tx_vfo->channel_save, g_eeprom.tx_vfo, g_tx_vfo, 1);
|
SETTINGS_SaveChannel(g_tx_vfo->channel_save, g_eeprom.tx_vfo, g_tx_vfo, 1);
|
||||||
|
BIN
firmware.bin
BIN
firmware.bin
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user