1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-31 18:40:56 +00:00

add ButtonRequest_FirmwareCheck

This commit is contained in:
Pavol Rusnak 2014-07-02 17:54:48 +02:00
parent bf7b99fd28
commit fc98712da5
2 changed files with 2 additions and 1 deletions

View File

@ -23,5 +23,5 @@ message Storage {
optional string pin = 6; // current PIN
optional string language = 7; // current language
optional string label = 8; // device label
optional bool imported = 9; // was storage imported from an external source?
optional bool imported = 9; // was storage imported from an external source?
}

View File

@ -82,6 +82,7 @@ enum ButtonRequestType {
ButtonRequest_WipeDevice = 6;
ButtonRequest_ProtectCall = 7;
ButtonRequest_SignTx = 8;
ButtonRequest_FirmwareCheck = 9;
}
/**