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

M1nd3r/thp1
M1nd3r 2 months ago
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)
translations.init()
if __debug__ and not utils.EMULATOR:
config.wipe()
# TODO return after testing
# if __debug__ and not utils.EMULATOR:
# config.wipe()
loop.schedule(bootscreen())
loop.run()

Loading…
Cancel
Save