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:
parent
06e10f948d
commit
a1a543f781
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user