Skip to content

Commit

Permalink
Merge pull request #212 from valentin8709/fix/sticks_slowed_down
Browse files Browse the repository at this point in the history
Fix/sticks_slowed_down
  • Loading branch information
pr3y authored Aug 23, 2024
2 parents 3a45358 + b313581 commit 254a7bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/mykeyboard.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 254a7bf

Please sign in to comment.