From 1f56018e5215effa4f1751aa2cef183c6a877afe Mon Sep 17 00:00:00 2001 From: Jeff Gustafson Date: Fri, 17 Jun 2022 01:10:23 -0700 Subject: [PATCH] Added space character to UI text input mode. --- openrtx/src/ui/ui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openrtx/src/ui/ui.c b/openrtx/src/ui/ui.c index 141f6f14..4eb4f858 100644 --- a/openrtx/src/ui/ui.c +++ b/openrtx/src/ui/ui.c @@ -203,7 +203,7 @@ const char *symbols_ITU_T_E161[] = const char *symbols_ITU_T_E161_callsign[] = { - "0", + "0 ", "1", "ABC2", "DEF3",