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:
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…
Reference in New Issue
Block a user