1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-07 05:51:38 +00:00

fix(core): allow Ping while locked

same behavior as on Trezor One
This commit is contained in:
matejcik 2024-07-19 10:50:12 +02:00 committed by matejcik
parent adc3516ac6
commit e1b4a4a79a

View File

@ -27,6 +27,7 @@ ALLOW_WHILE_LOCKED = (
MessageType.DoPreauthorized, MessageType.DoPreauthorized,
MessageType.WipeDevice, MessageType.WipeDevice,
MessageType.SetBusy, MessageType.SetBusy,
MessageType.Ping,
) )