mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-08 14:31:06 +00:00
double the delay before buttonupdate
This commit is contained in:
parent
62e07befeb
commit
849e758eb4
@ -57,7 +57,7 @@ bool protectButton(ButtonRequestType type, bool confirm_only)
|
||||
|
||||
// button acked - check buttons
|
||||
if (acked) {
|
||||
delay(50000);
|
||||
delay(100000);
|
||||
buttonUpdate();
|
||||
if (button.YesUp) {
|
||||
result = true;
|
||||
|
Loading…
Reference in New Issue
Block a user