1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-06-12 19:18:45 +00:00

fix(eckhart): fix missing ble QSTR

This commit is contained in:
M1nd3r 2025-04-25 15:45:33 +02:00
parent 4e4798fe38
commit e823d7f944
2 changed files with 2 additions and 0 deletions

View File

@ -120,6 +120,7 @@ Q(apps.management.apply_flags)
Q(apps.management.apply_settings) Q(apps.management.apply_settings)
Q(apps.management.authenticate_device) Q(apps.management.authenticate_device)
Q(apps.management.backup_device) Q(apps.management.backup_device)
Q(apps.management.ble)
Q(apps.management.ble.pair_new_device) Q(apps.management.ble.pair_new_device)
Q(apps.management.ble.unpair) Q(apps.management.ble.unpair)
Q(apps.management.change_language) Q(apps.management.change_language)
@ -164,6 +165,7 @@ Q(benchmark)
Q(benchmarks) Q(benchmarks)
Q(bitcoin) Q(bitcoin)
Q(bitcoinlike) Q(bitcoinlike)
Q(ble)
Q(bolt) Q(bolt)
Q(boot) Q(boot)
Q(cache) Q(cache)

View File