Upon fatal error display 'Contact TREZOR support' instead of 'Unplug your device'.

pull/25/head
Andrew Kozlik 5 years ago committed by Pavol Rusnak
parent 2f9010824d
commit 8502ee61a3
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -59,7 +59,7 @@ void __attribute__((noreturn)) __fatal_error(const char *expr, const char *msg,
oledDrawString(0, y, line, FONT_STANDARD);
y += FONT_HEIGHT + 1;
oledDrawString(0, y, "Please unplug the device.", FONT_STANDARD);
oledDrawString(0, y, "Contact TREZOR support.", FONT_STANDARD);
oledRefresh();
shutdown();

@ -1 +1 @@
Subproject commit 5c2765740db064c99fe54cbae79f74a3d767973c
Subproject commit f05a2ff9ccb4562ba4bd8a75a3607bbf24a0c074
Loading…
Cancel
Save