mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-16 19:38:09 +00:00
messages: add fw_vendor_keys to Features message
This commit is contained in:
parent
64859a1039
commit
8652df0c69
@ -148,6 +148,7 @@ message Features {
|
|||||||
optional uint32 fw_minor = 23; // reported firmware version if in bootloader mode
|
optional uint32 fw_minor = 23; // reported firmware version if in bootloader mode
|
||||||
optional uint32 fw_patch = 24; // reported firmware version if in bootloader mode
|
optional uint32 fw_patch = 24; // reported firmware version if in bootloader mode
|
||||||
optional string fw_vendor = 25; // reported firmware vendor if in bootloader mode
|
optional string fw_vendor = 25; // reported firmware vendor if in bootloader mode
|
||||||
|
optional bytes fw_vendor_keys = 26; // reported firmware vendor keys (their hash)
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user