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

fix smallest font compile problem

This commit is contained in:
OneOfEleven
2023-10-20 16:06:38 +01:00
parent 275b2d248a
commit c92ef43b39
8 changed files with 14 additions and 11 deletions

View File

@ -913,10 +913,10 @@ void MAIN_Key_UP_DOWN(bool key_pressed, bool key_held, scan_state_dir_t Directio
//
// TODO: include this once we have the entire eeprom loaded
//
if (!key_held && key_pressed)
g_tx_vfo->frequency_channel = BOARD_find_channel(frequency);
else
if (key_held && key_pressed)
//if (!key_held && key_pressed)
// g_tx_vfo->frequency_channel = BOARD_find_channel(frequency);
//else
//if (key_held && key_pressed)
g_tx_vfo->frequency_channel = 0xff;
if (new_band != old_band)