From 27d1329ac7ec7bdab004de74c47b3a42ceb0e734 Mon Sep 17 00:00:00 2001 From: vk7js <58905135+vk7js@users.noreply.github.com> Date: Tue, 10 May 2022 20:24:43 +1000 Subject: [PATCH] Added a few prompts for M17 and DMR used on the UIMode screen but which do not need strings in the strings table as they are displayed in abbreviated form. --- openrtx/include/core/voicePrompts.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/openrtx/include/core/voicePrompts.h b/openrtx/include/core/voicePrompts.h index be72442d..d510a4e2 100644 --- a/openrtx/include/core/voicePrompts.h +++ b/openrtx/include/core/voicePrompts.h @@ -113,6 +113,10 @@ PROMPT_WATTS, // Watts PROMPT_RECEIVE, // Receive PROMPT_TRANSMIT, // Transmit PROMPT_MODE, // Mode +PROMPT_SOURCE_ID, // Source ID +PROMPT_DEST_ID, // Destination ID +PROMPT_DMR_ID, // DMR ID +PROMPT_TALKGROUP, // Talk group PROMPT_CHARACTER, // character PROMPT_SPACE, // space PROMPT_PERCENT, // Percent