From 7eb5e3fafc5568b808f59d9a7446a757816fb9ee Mon Sep 17 00:00:00 2001 From: DriftKingTW Date: Tue, 6 Feb 2024 06:29:42 +0800 Subject: [PATCH] feat: update rest config count down --- src/main.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index d22e35d..045e96a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1113,9 +1113,8 @@ void readConfigButtons() { } void resetConfigFiles() { - byte countDown = 3; resetIdle(); - for (byte countDown = 3; 0 < countDown; countDown--) { + for (byte countDown = 5; 0 < countDown; countDown--) { updateKeyInfo = true; currentKeyInfo = "Reset config in " + (String)countDown;