1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-23 14:58:09 +00:00

core: boot debuglink in recovery homescreen

This commit is contained in:
matejcik 2019-09-27 15:34:31 +02:00
parent 06e10f948d
commit a1a543f781

View File

@ -21,6 +21,8 @@ def _boot_recovery() -> None:
# boot applications
apps.homescreen.boot(features_only=True)
if __debug__:
apps.debug.boot()
from apps.management.recovery_device.homescreen import recovery_homescreen