mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-05-29 04:08:46 +00:00
fix(eckhart): fix missing ble QSTR
This commit is contained in:
parent
4e4798fe38
commit
e823d7f944
@ -120,6 +120,7 @@ Q(apps.management.apply_flags)
|
||||
Q(apps.management.apply_settings)
|
||||
Q(apps.management.authenticate_device)
|
||||
Q(apps.management.backup_device)
|
||||
Q(apps.management.ble)
|
||||
Q(apps.management.ble.pair_new_device)
|
||||
Q(apps.management.ble.unpair)
|
||||
Q(apps.management.change_language)
|
||||
@ -164,6 +165,7 @@ Q(benchmark)
|
||||
Q(benchmarks)
|
||||
Q(bitcoin)
|
||||
Q(bitcoinlike)
|
||||
Q(ble)
|
||||
Q(bolt)
|
||||
Q(boot)
|
||||
Q(cache)
|
||||
|
0
core/src/apps/management/ble/__init__.py
Normal file
0
core/src/apps/management/ble/__init__.py
Normal file
Loading…
Reference in New Issue
Block a user