mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-04-21 01:29:02 +00:00
TEMP: remove config.wipe from boot.py for debug devices
This commit is contained in:
parent
70c87592f1
commit
a3a76fdb82
@ -115,8 +115,8 @@ if not utils.USE_OPTIGA or (optiga.get_sec() or 0) < 150:
|
||||
config.init(show_pin_timeout)
|
||||
translations.init()
|
||||
|
||||
if __debug__ and not utils.EMULATOR:
|
||||
config.wipe()
|
||||
# if __debug__ and not utils.EMULATOR:
|
||||
# config.wipe()
|
||||
|
||||
loop.schedule(bootscreen())
|
||||
loop.run()
|
||||
|
Loading…
Reference in New Issue
Block a user