diff --git a/app/main.c b/app/main.c index bf522fe..f7be16b 100644 --- a/app/main.c +++ b/app/main.c @@ -567,6 +567,10 @@ void MAIN_Key_DIGITS(key_code_t Key, bool key_pressed, bool key_held) g_request_save_vfo = true; g_vfo_configure_mode = VFO_CONFIGURE_RELOAD; + #ifdef ENABLE_PANADAPTER + PAN_restart(true); + #endif + g_update_display = true; return; } @@ -578,10 +582,6 @@ void MAIN_Key_DIGITS(key_code_t Key, bool key_pressed, bool key_held) NUMBER_Get(g_input_box, &freq); - #if defined(ENABLE_UART) && defined(ENABLE_UART_DEBUG) -// UART_printf("key3 %u %u\r\n", freq, g_input_box_index); - #endif - // if (g_input_box_index < 6) // if (g_input_box_index < 7) if (g_input_box_index < 8) @@ -645,6 +645,10 @@ void MAIN_Key_DIGITS(key_code_t Key, bool key_pressed, bool key_held) g_request_save_channel = 1; g_vfo_configure_mode = VFO_CONFIGURE; + #ifdef ENABLE_PANADAPTER + PAN_restart(true); + #endif + g_update_display = true; return; } diff --git a/firmware.bin b/firmware.bin index c2871ff..508d525 100644 Binary files a/firmware.bin and b/firmware.bin differ diff --git a/firmware.packed.bin b/firmware.packed.bin index 6bcbd1f..187e10a 100644 Binary files a/firmware.packed.bin and b/firmware.packed.bin differ