0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-06-18 22:29:50 +03:00

added 1750Hz tone burst ptt-id menu option

This commit is contained in:
OneOfEleven
2023-12-12 10:43:32 +00:00
parent c9ee299b8f
commit 21584a8d1e
9 changed files with 20 additions and 7 deletions

View File

@ -312,13 +312,14 @@ const char g_sub_menu_mem_disp[4][12] =
};
#endif
const char g_sub_menu_ptt_id[5][16] =
const char g_sub_menu_ptt_id[6][18] =
{
"DTMF ID\nOFF",
"DTMF ID\nBOT",
"DTMF ID\nEOT",
"DTMF ID\nBOT+EOT",
"APOLLO\nQUINDAR"
"APOLLO\nQUINDAR",
"TONE BURST\n1750Hz"
};
#ifdef ENABLE_MDC1200

View File

@ -207,7 +207,7 @@ extern const char g_sub_menu_mem_disp[4][12];
#ifdef ENABLE_DTMF_CALLING
extern const char g_sub_menu_dtmf_rsp[4][9];
#endif
extern const char g_sub_menu_ptt_id[5][16];
extern const char g_sub_menu_ptt_id[6][18];
#ifdef ENABLE_MDC1200
extern const char g_sub_menu_mdc1200_mode[4][5];
#endif