1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-18 10:32:02 +00:00

messages: add fw_vendor_keys to Features message

This commit is contained in:
Pavol Rusnak 2018-02-06 16:25:30 +01:00
parent 272ad30898
commit d45cba1ddb
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -31,5 +31,6 @@ class Features(p.MessageType):
23: ('fw_minor', p.UVarintType, 0), 23: ('fw_minor', p.UVarintType, 0),
24: ('fw_patch', p.UVarintType, 0), 24: ('fw_patch', p.UVarintType, 0),
25: ('fw_vendor', p.UnicodeType, 0), 25: ('fw_vendor', p.UnicodeType, 0),
26: ('fw_vendor_keys', p.BytesType, 0),
} }
MESSAGE_WIRE_TYPE = 17 MESSAGE_WIRE_TYPE = 17