add ButtonRequest_FirmwareCheck

pull/41/head
Pavol Rusnak 10 years ago
parent bf7b99fd28
commit fc98712da5

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

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

Loading…
Cancel
Save