mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-15 19:08:07 +00:00
fix(core): allow Ping while locked
same behavior as on Trezor One
This commit is contained in:
parent
adc3516ac6
commit
e1b4a4a79a
@ -27,6 +27,7 @@ ALLOW_WHILE_LOCKED = (
|
||||
MessageType.DoPreauthorized,
|
||||
MessageType.WipeDevice,
|
||||
MessageType.SetBusy,
|
||||
MessageType.Ping,
|
||||
)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user