1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-09 09:00:24 +00:00

REMOVE AFTER TESTING - removed config.py in boot.py

This commit is contained in:
M1nd3r 2024-07-30 14:27:16 +02:00
parent 7e18254a3c
commit 4d5c353d8b

View File

@ -108,8 +108,9 @@ if not utils.USE_OPTIGA or (optiga.get_sec() or 0) < 150:
config.init(show_pin_timeout) config.init(show_pin_timeout)
translations.init() translations.init()
if __debug__ and not utils.EMULATOR: # TODO return after testing
config.wipe() # if __debug__ and not utils.EMULATOR:
# config.wipe()
loop.schedule(bootscreen()) loop.schedule(bootscreen())
loop.run() loop.run()