1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-23 14:58:09 +00:00

add Features.needs_backup

This commit is contained in:
Pavol Rusnak 2017-06-26 19:49:29 +02:00
parent 9e7922d61a
commit 654ee5d8ec
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -124,6 +124,7 @@ message Features {
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?
optional bool needs_backup = 19; // does storage need backup? (equals to Storage.needs_backup)
}
/**