mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-06-18 14:08:47 +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
|
# boot applications
|
||||||
apps.homescreen.boot(features_only=True)
|
apps.homescreen.boot(features_only=True)
|
||||||
|
if __debug__:
|
||||||
|
apps.debug.boot()
|
||||||
|
|
||||||
from apps.management.recovery_device.homescreen import recovery_homescreen
|
from apps.management.recovery_device.homescreen import recovery_homescreen
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user