Skip to content

Commit

Permalink
feat: update rest config count down
Browse files Browse the repository at this point in the history
  • Loading branch information
DriftKingTW committed Feb 5, 2024
1 parent 8dba987 commit 7eb5e3f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 7eb5e3f

Please sign in to comment.