1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-10 15:30:55 +00:00

change version description in bootloader

This commit is contained in:
Pavol Rusnak 2016-09-25 16:36:44 +02:00
parent dc8348b4a0
commit cda9ae4b29
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -103,7 +103,7 @@ void bootloader_loop(void)
serial[12] = 0;
oledDrawString(52, 30, serial); // first part of serial
oledDrawStringRight(OLED_WIDTH - 1, OLED_HEIGHT - 8, "BLv" VERSTR(VERSION_MAJOR) "." VERSTR(VERSION_MINOR) "." VERSTR(VERSION_PATCH));
oledDrawStringRight(OLED_WIDTH - 1, OLED_HEIGHT - 8, "Loader " VERSTR(VERSION_MAJOR) "." VERSTR(VERSION_MINOR) "." VERSTR(VERSION_PATCH));
oledRefresh();