1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-02 19:01:04 +00:00

chore(legacy): reboot to bootloader protobuf generated messages

This commit is contained in:
Ondrej Mikle 2021-02-26 15:30:31 +01:00 committed by Pavol Rusnak
parent d0b630abfc
commit 1579c62332
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
3 changed files with 3 additions and 0 deletions

View File

@ -207,3 +207,4 @@ if not utils.BITCOIN_ONLY:
WebAuthnCredentials: Literal[801] = 801
WebAuthnAddResidentCredential: Literal[802] = 802
WebAuthnRemoveResidentCredential: Literal[803] = 803
RebootToBootloader: Literal[804] = 804

View File

@ -204,3 +204,4 @@ WebAuthnListResidentCredentials: Literal[800] = 800
WebAuthnCredentials: Literal[801] = 801
WebAuthnAddResidentCredential: Literal[802] = 802
WebAuthnRemoveResidentCredential: Literal[803] = 803
RebootToBootloader: Literal[804] = 804

View File

@ -224,6 +224,7 @@ from .PrevInput import PrevInput
from .PrevOutput import PrevOutput
from .PrevTx import PrevTx
from .PublicKey import PublicKey
from .RebootToBootloader import RebootToBootloader
from .RecoveryDevice import RecoveryDevice
from .ResetDevice import ResetDevice
from .RippleAddress import RippleAddress