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:
parent
7e18254a3c
commit
4d5c353d8b
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user