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:
parent
e2ab5d0565
commit
6dcf9635a9
@ -141,7 +141,9 @@ int main(void) {
|
||||
|
||||
#if DEBUG_LINK
|
||||
oledSetDebugLink(1);
|
||||
#if !EMULATOR
|
||||
config_wipe();
|
||||
#endif
|
||||
#endif
|
||||
|
||||
oledDrawBitmap(40, 0, &bmp_logo64);
|
||||
|
Loading…
Reference in New Issue
Block a user