diff --git a/protob/messages.proto b/protob/messages.proto index fd3792f0f..bcb11fb12 100644 --- a/protob/messages.proto +++ b/protob/messages.proto @@ -124,6 +124,7 @@ message Features { optional bool imported = 15; // was storage imported from an external source? optional bool pin_cached = 16; // is PIN already cached in session? optional bool passphrase_cached = 17; // is passphrase already cached in session? + optional bool firmware_present = 18; // is valid firmware loaded? } /**