From 849e758eb46ad521a076e6453d6b7ded92b69de4 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Thu, 26 Jun 2014 00:26:19 +0200 Subject: [PATCH] double the delay before buttonupdate --- firmware/protect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/protect.c b/firmware/protect.c index 10976b5ee8..3067678fc9 100644 --- a/firmware/protect.c +++ b/firmware/protect.c @@ -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;