0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-04-27 22:01:26 +03:00

README.md update

This commit is contained in:
OneOfEleven 2023-12-01 12:26:57 +00:00
parent d3f8d2e56d
commit f134592f66
6 changed files with 3 additions and 2 deletions

View File

@ -226,6 +226,7 @@ You may obtain a copy of the License at
<p float="left">
<img src="/images/image1.png" width=300 />
<img src="/images/image4.png" width=300 />
<img src="/images/single_vfo_mode.jpg" width=600 />
</p>
<img src="/images/UV_K5_8_antenna.png" />

Binary file not shown.

Binary file not shown.

BIN
images/single_vfo_mode.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 357 KiB

2
misc.c
View File

@ -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

View File

@ -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);