1
0
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:
Pavol Rusnak 2018-02-23 14:53:39 +01:00
parent 8e3e1837d1
commit 748a53a2c9
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -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