mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-11 16:00:57 +00:00
DebugLinkDecision message
Features message indicates if device has a support for DebugLink connection
This commit is contained in:
parent
0c3f723ee7
commit
0c81a7d8ec
@ -19,6 +19,7 @@ message Features {
|
|||||||
optional bool spv = 4;
|
optional bool spv = 4;
|
||||||
optional uint64 maxfee_kb = 5;
|
optional uint64 maxfee_kb = 5;
|
||||||
repeated Algorithm algo = 6;
|
repeated Algorithm algo = 6;
|
||||||
|
optional bool debug_link = 7;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Description: Test if another side is still alive.
|
// Description: Test if another side is still alive.
|
||||||
@ -38,6 +39,10 @@ message Failure {
|
|||||||
optional string message = 2;
|
optional string message = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
message DebugLinkDecision {
|
||||||
|
required bool yes_no = 1;
|
||||||
|
}
|
||||||
|
|
||||||
// Response: UUID or Failure
|
// Response: UUID or Failure
|
||||||
message GetUUID {
|
message GetUUID {
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user