0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-06-19 06:39:49 +03:00

Small fixes to RX/TX backlight and compile problem

This commit is contained in:
OneOfEleven
2023-10-16 18:37:03 +01:00
parent 613fc482cc
commit 00465cacf1
4 changed files with 8 additions and 3 deletions

View File

@ -192,7 +192,11 @@ void UI_drawBars(uint8_t *p, const unsigned int level)
// TX timeout seconds
sprintf(s, "%3u", secs);
UI_PrintStringSmallBold(s, 2, 0, line);
#ifdef ENABLE_SMALL_BOLD
UI_PrintStringSmallBold(s, 2, 0, line);
#else
UI_PrintStringSmall(s, 2, 0, line);
#endif
{ // TX audio level