double the delay before buttonupdate

This commit is contained in:
Pavol Rusnak 2014-06-26 00:26:19 +02:00
parent 62e07befeb
commit 849e758eb4
1 changed files with 1 additions and 1 deletions

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;