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:
parent
272ad30898
commit
d45cba1ddb
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user