tychovrahe/T3W1/devkit1_with_ble_crypto2
tychovrahe 7 months ago
parent df3b1bce77
commit c709c6aa93

@ -25,7 +25,7 @@ PRODUCTION ?= 0
PYOPT ?= 1
BITCOIN_ONLY ?= 0
BOOTLOADER_QA ?= 0
BOOTLOADER_DEVEL ?= 0
BOOTLOADER_DEVEL ?= 1
TREZOR_MODEL ?= T3W1
TREZOR_MEMPERF ?= 0
ADDRESS_SANITIZER ?= 0

@ -56,8 +56,8 @@ ignore_nonpin_loader_messages()
config.init(show_pin_timeout)
if __debug__ and not utils.EMULATOR:
config.wipe()
# if __debug__ and not utils.EMULATOR:
# config.wipe()
loop.schedule(bootscreen())
loop.run()

Loading…
Cancel
Save