0
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:
OneOfEleven
2023-10-12 10:45:35 +01:00
parent 640011c78b
commit 1ac09b09f0
10 changed files with 42 additions and 23 deletions

View File

@ -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