Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
OneOfEleven authored and OneOfEleven committed Oct 12, 2023
2 parents 74d31a6 + 4f6b1df commit 640011c
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 640011c

Please sign in to comment.