mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-26 09:28:13 +00:00
messages: add fw_vendor_keys to Features message
This commit is contained in:
parent
272ad30898
commit
d45cba1ddb
@ -31,5 +31,6 @@ class Features(p.MessageType):
|
||||
23: ('fw_minor', p.UVarintType, 0),
|
||||
24: ('fw_patch', p.UVarintType, 0),
|
||||
25: ('fw_vendor', p.UnicodeType, 0),
|
||||
26: ('fw_vendor_keys', p.BytesType, 0),
|
||||
}
|
||||
MESSAGE_WIRE_TYPE = 17
|
||||
|
Loading…
Reference in New Issue
Block a user