Skip to content

Commit

Permalink
Update main.c
Browse files Browse the repository at this point in the history
in string is issue
  • Loading branch information
Romashca authored Oct 12, 2023
1 parent 5755a92 commit 93985fc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ui/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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++)
Expand Down

0 comments on commit 93985fc

Please sign in to comment.