From b31358167899f503163cd57e109074a1030b54ab Mon Sep 17 00:00:00 2001 From: Valentin Date: Fri, 23 Aug 2024 17:04:49 +0200 Subject: [PATCH] Fix bug introduced while clearing shutdown counter --- src/core/mykeyboard.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/mykeyboard.cpp b/src/core/mykeyboard.cpp index 295af8b66..1afcb13eb 100644 --- a/src/core/mykeyboard.cpp +++ b/src/core/mykeyboard.cpp @@ -635,8 +635,8 @@ void checkReboot() { } } - // clear text after releasing the button - delay(300); + // Clear text after releasing the button + delay(30); tft.fillRect(60, 12, WIDTH - 60, tft.fontHeight(1), TFT_BLACK); } #endif