mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-05 13:01:12 +00:00
Reworked Ping
This commit is contained in:
parent
0d883b61b2
commit
682a20e07b
@ -108,6 +108,9 @@ message ChangePin {
|
|||||||
// Response: None or Success
|
// Response: None or Success
|
||||||
message Ping {
|
message Ping {
|
||||||
optional bytes message = 1; // Message will be sent back in Success message
|
optional bytes message = 1; // Message will be sent back in Success message
|
||||||
|
optional bool button_protection = 2; // Ask for button press
|
||||||
|
optional bool pin_protection = 3; // Ask for PIN if set
|
||||||
|
optional bool passphrase_protection = 4; // Ask for passphrase if set
|
||||||
}
|
}
|
||||||
|
|
||||||
// Response object defining success of the previous request
|
// Response object defining success of the previous request
|
||||||
|
Loading…
Reference in New Issue
Block a user