mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-09 06:50:58 +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
|
// button acked - check buttons
|
||||||
if (acked) {
|
if (acked) {
|
||||||
delay(50000);
|
delay(100000);
|
||||||
buttonUpdate();
|
buttonUpdate();
|
||||||
if (button.YesUp) {
|
if (button.YesUp) {
|
||||||
result = true;
|
result = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user