mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-09 06:50:58 +00:00
src/apps/homescreen: fix Features message
This commit is contained in:
parent
8e3e1837d1
commit
748a53a2c9
@ -15,11 +15,11 @@ async def respond_Features(ctx, msg):
|
||||
|
||||
f = Features()
|
||||
f.vendor = 'trezor.io'
|
||||
f.revision = '0123456789'
|
||||
f.bootloader_hash = '0123456789'
|
||||
# TODO: f.revision = '0123456789'
|
||||
# TODO: f.bootloader_hash = '0123456789'
|
||||
f.major_version = 2
|
||||
f.minor_version = 0
|
||||
f.patch_version = 0
|
||||
f.patch_version = 1
|
||||
f.model = 'T'
|
||||
f.coins = coins.COINS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user