mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-18 19:31:04 +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 pin = 6; // current PIN
|
||||||
optional string language = 7; // current language
|
optional string language = 7; // current language
|
||||||
optional string label = 8; // device label
|
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_WipeDevice = 6;
|
||||||
ButtonRequest_ProtectCall = 7;
|
ButtonRequest_ProtectCall = 7;
|
||||||
ButtonRequest_SignTx = 8;
|
ButtonRequest_SignTx = 8;
|
||||||
|
ButtonRequest_FirmwareCheck = 9;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user