From 4d5c353d8be26d72bbe97d00cd843e0850b79fce Mon Sep 17 00:00:00 2001 From: M1nd3r Date: Tue, 30 Jul 2024 14:27:16 +0200 Subject: [PATCH] REMOVE AFTER TESTING - removed config.py in boot.py --- core/src/boot.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/core/src/boot.py b/core/src/boot.py index 9e3086a83..186595a20 100644 --- a/core/src/boot.py +++ b/core/src/boot.py @@ -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()