1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-16 19:38:09 +00:00

add Features.firmware_present field

This commit is contained in:
Pavol Rusnak 2016-09-26 12:44:58 +02:00
parent c2a0b255ff
commit 7c3a4f9dc5
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -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?
}
/**