diff --git a/README.md b/README.md index 529532e..b63e007 100644 --- a/README.md +++ b/README.md @@ -226,6 +226,7 @@ You may obtain a copy of the License at

+

diff --git a/firmware.bin b/firmware.bin index 03df2b6..0ba2e86 100644 Binary files a/firmware.bin and b/firmware.bin differ diff --git a/firmware.packed.bin b/firmware.packed.bin index 4eb41fc..42530ef 100644 Binary files a/firmware.packed.bin and b/firmware.packed.bin differ diff --git a/images/single_vfo_mode.jpg b/images/single_vfo_mode.jpg new file mode 100644 index 0000000..adce82b Binary files /dev/null and b/images/single_vfo_mode.jpg differ diff --git a/misc.c b/misc.c index b253a66..6894f5b 100644 --- a/misc.c +++ b/misc.c @@ -42,7 +42,7 @@ const uint8_t dtmf_txstop_500ms = 3000 / 500; // 6 sec const uint8_t serial_config_tick_500ms = 3000 / 500; // 3 seconds -const uint8_t key_input_timeout_500ms = 6000 / 500; // 6 seconds +const uint8_t key_input_timeout_500ms = 8000 / 500; // 8 seconds #ifdef ENABLE_KEYLOCK const uint8_t key_lock_timeout_500ms = 30000 / 500; // 30 seconds #endif diff --git a/ui/main.c b/ui/main.c index 7b24be1..15bf5cd 100644 --- a/ui/main.c +++ b/ui/main.c @@ -1119,7 +1119,7 @@ void UI_DisplayMain(void) } else { - sprintf(str, "DTMF entry .."); + sprintf(str, "DTMF entry"); } str[16] = 0; UI_PrintString(str, 2, 0, 0 + (vfo_num * 3), 8);