1
0
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:
M1nd3r 2025-04-16 17:32:46 +02:00
parent 70c87592f1
commit a3a76fdb82

View File

@ -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()