mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-06-19 22:58:04 +03:00
Added 'VER' menu item to show the firmware version
This commit is contained in:
@ -89,7 +89,7 @@ void UI_DisplayWelcome(void)
|
||||
if (strlen(str2) <= 12)
|
||||
UI_PrintString(str2, 0, 127, 5, 10);
|
||||
else
|
||||
UI_PrintStringSmallBold(str2, 0, 127, 5);
|
||||
UI_PrintStringSmall(str2, 0, 127, 5);
|
||||
|
||||
|
||||
#if 1
|
||||
|
Reference in New Issue
Block a user