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:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user