mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-26 09:28:13 +00:00
rebuild protobuf to add {Initialize,Features}.state
This commit is contained in:
parent
30e5c80956
commit
e256281a99
@ -32,5 +32,6 @@ class Features(p.MessageType):
|
||||
24: ('fw_patch', p.UVarintType, 0),
|
||||
25: ('fw_vendor', p.UnicodeType, 0),
|
||||
26: ('fw_vendor_keys', p.BytesType, 0),
|
||||
27: ('state', p.BytesType, 0),
|
||||
}
|
||||
MESSAGE_WIRE_TYPE = 17
|
||||
|
@ -4,4 +4,7 @@ from .. import protobuf as p
|
||||
|
||||
|
||||
class Initialize(p.MessageType):
|
||||
FIELDS = {
|
||||
1: ('state', p.BytesType, 0),
|
||||
}
|
||||
MESSAGE_WIRE_TYPE = 0
|
||||
|
Loading…
Reference in New Issue
Block a user