1
0
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:
Pavol Rusnak 2014-06-26 00:26:19 +02:00
parent 62e07befeb
commit 849e758eb4

View File

@ -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;