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:
parent
d0b630abfc
commit
1579c62332
@ -207,3 +207,4 @@ if not utils.BITCOIN_ONLY:
|
|||||||
WebAuthnCredentials: Literal[801] = 801
|
WebAuthnCredentials: Literal[801] = 801
|
||||||
WebAuthnAddResidentCredential: Literal[802] = 802
|
WebAuthnAddResidentCredential: Literal[802] = 802
|
||||||
WebAuthnRemoveResidentCredential: Literal[803] = 803
|
WebAuthnRemoveResidentCredential: Literal[803] = 803
|
||||||
|
RebootToBootloader: Literal[804] = 804
|
||||||
|
@ -204,3 +204,4 @@ WebAuthnListResidentCredentials: Literal[800] = 800
|
|||||||
WebAuthnCredentials: Literal[801] = 801
|
WebAuthnCredentials: Literal[801] = 801
|
||||||
WebAuthnAddResidentCredential: Literal[802] = 802
|
WebAuthnAddResidentCredential: Literal[802] = 802
|
||||||
WebAuthnRemoveResidentCredential: Literal[803] = 803
|
WebAuthnRemoveResidentCredential: Literal[803] = 803
|
||||||
|
RebootToBootloader: Literal[804] = 804
|
||||||
|
@ -224,6 +224,7 @@ from .PrevInput import PrevInput
|
|||||||
from .PrevOutput import PrevOutput
|
from .PrevOutput import PrevOutput
|
||||||
from .PrevTx import PrevTx
|
from .PrevTx import PrevTx
|
||||||
from .PublicKey import PublicKey
|
from .PublicKey import PublicKey
|
||||||
|
from .RebootToBootloader import RebootToBootloader
|
||||||
from .RecoveryDevice import RecoveryDevice
|
from .RecoveryDevice import RecoveryDevice
|
||||||
from .ResetDevice import ResetDevice
|
from .ResetDevice import ResetDevice
|
||||||
from .RippleAddress import RippleAddress
|
from .RippleAddress import RippleAddress
|
||||||
|
Loading…
Reference in New Issue
Block a user