1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-23 05:40:57 +00:00

add SelfTest.payload

This commit is contained in:
Pavol Rusnak 2017-07-10 17:26:55 +02:00
parent 2a86fb0503
commit fac66c6867
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -760,6 +760,7 @@ message FirmwareUpload {
* @next Failure * @next Failure
*/ */
message SelfTest { message SelfTest {
optional bytes payload = 1; // payload to be used in self-test
} }
///////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////