mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-21 10:12:50 +00:00
Fix Heltec V3 missed button presses (#8167)
This commit is contained in:
@@ -279,7 +279,7 @@ int32_t ButtonThread::runOnce()
|
|||||||
if (!userButton.isIdle() || waitingForLongPress) {
|
if (!userButton.isIdle() || waitingForLongPress) {
|
||||||
return 50;
|
return 50;
|
||||||
}
|
}
|
||||||
return INT32_MAX;
|
return 100; // FIXME: Why can't we rely on interrupts and use INT32_MAX here?
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user