Fix spurious button presses on some T-Echos (#6590)

Co-authored-by: Ben Meadors <benmmeadors@gmail.com>
This commit is contained in:
todd-herbert
2025-04-15 20:33:44 -05:00
committed by GitHub
co-authored by GitHub Ben Meadors
parent 7e8294dfad
commit cf5c8de92e
4 changed files with 31 additions and 3 deletions
+1 -1
View File
@@ -181,7 +181,7 @@ void TwoButton::isrSecondary()
void TwoButton::startThread()
{
if (!OSThread::enabled) {
OSThread::setInterval(50);
OSThread::setInterval(10);
OSThread::enabled = true;
}
}