From 93985fc68c5a51ce9880abf0ac4700661964475e Mon Sep 17 00:00:00 2001 From: Romashca <83151488+Romashca@users.noreply.github.com> Date: Thu, 12 Oct 2023 07:48:51 +0300 Subject: [PATCH] Update main.c in string is issue --- ui/main.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ui/main.c b/ui/main.c index 70ef542..31e5107 100644 --- a/ui/main.c +++ b/ui/main.c @@ -85,8 +85,7 @@ center_line_t center_line = CENTER_LINE_NONE; memset(p_line, 0, LCD_WIDTH); sprintf(s, "TX %u", secs); - UI_PrintStringSmallBold(s, 2, 0, line); - + UI_PrintStringSmallBold(s, 2, 0, line); // issue UI_PrintStringSmallBold //UI_PrintStringSmall(s, 2, 0, line); #if 1 // solid bar for (i = 0; i < bar_width; i++)