We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
recovery_mode
1 parent fccbac8 commit a736012Copy full SHA for a736012
core/src/apps/base.py
@@ -130,7 +130,7 @@ def get_features() -> Features:
130
f.unfinished_backup = storage.device.unfinished_backup()
131
f.no_backup = storage.device.no_backup()
132
f.flags = storage.device.get_flags()
133
- f.recovery_mode = storage.recovery.is_in_progress()
+ f.recovery_mode = False # storage.recovery.is_in_progress()
134
f.backup_type = mnemonic.get_type()
135
f.sd_protection = storage.sd_salt.is_enabled()
136
f.wipe_code_protection = config.has_wipe_code()
0 commit comments