1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-11 16:00:57 +00:00

legacy: wipe with debug link only in emulator

This commit is contained in:
Pavol Rusnak 2019-05-17 17:00:24 +02:00
parent e2ab5d0565
commit 6dcf9635a9
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -141,7 +141,9 @@ int main(void) {
#if DEBUG_LINK
oledSetDebugLink(1);
#if !EMULATOR
config_wipe();
#endif
#endif
oledDrawBitmap(40, 0, &bmp_logo64);