From 8652df0c692ea4f13042539dcb6bde57b79137bc Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Tue, 6 Feb 2018 16:24:46 +0100 Subject: [PATCH] messages: add fw_vendor_keys to Features message --- protob/messages.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/protob/messages.proto b/protob/messages.proto index f71bae144..602c59ffe 100644 --- a/protob/messages.proto +++ b/protob/messages.proto @@ -148,6 +148,7 @@ message Features { 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 string fw_vendor = 25; // reported firmware vendor if in bootloader mode + optional bytes fw_vendor_keys = 26; // reported firmware vendor keys (their hash) } /**