mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-06-01 05:38:45 +00:00
legacy: wipe with debug link only in emulator
This commit is contained in:
parent
e2ab5d0565
commit
6dcf9635a9
@ -141,7 +141,9 @@ int main(void) {
|
|||||||
|
|
||||||
#if DEBUG_LINK
|
#if DEBUG_LINK
|
||||||
oledSetDebugLink(1);
|
oledSetDebugLink(1);
|
||||||
|
#if !EMULATOR
|
||||||
config_wipe();
|
config_wipe();
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
oledDrawBitmap(40, 0, &bmp_logo64);
|
oledDrawBitmap(40, 0, &bmp_logo64);
|
||||||
|
Loading…
Reference in New Issue
Block a user