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:
parent
c2a0b255ff
commit
7c3a4f9dc5
@ -124,6 +124,7 @@ message Features {
|
|||||||
optional bool imported = 15; // was storage imported from an external source?
|
optional bool imported = 15; // was storage imported from an external source?
|
||||||
optional bool pin_cached = 16; // is PIN already cached in session?
|
optional bool pin_cached = 16; // is PIN already cached in session?
|
||||||
optional bool passphrase_cached = 17; // is passphrase already cached in session?
|
optional bool passphrase_cached = 17; // is passphrase already cached in session?
|
||||||
|
optional bool firmware_present = 18; // is valid firmware loaded?
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user