1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-17 03:48:09 +00:00

add Features.model

This commit is contained in:
Pavol Rusnak 2017-12-04 22:13:34 +01:00
parent 8aca4dd289
commit 8e96b42260
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -139,6 +139,7 @@ message Features {
optional bool firmware_present = 18; // is valid firmware loaded? optional bool firmware_present = 18; // is valid firmware loaded?
optional bool needs_backup = 19; // does storage need backup? (equals to Storage.needs_backup) optional bool needs_backup = 19; // does storage need backup? (equals to Storage.needs_backup)
optional uint32 flags = 20; // device flags (equals to Storage.flags) optional uint32 flags = 20; // device flags (equals to Storage.flags)
optional string model = 21; // device hardware model
} }
/** /**