Speedup boot by not waiting for Serial

This commit is contained in:
Dave Allie
2025-12-05 17:47:23 +11:00
parent ddec7f78dd
commit 85502b417e
3 changed files with 23 additions and 25 deletions
+1 -1
View File
@@ -25,4 +25,4 @@ struct Input {
void setupInputPinModes();
Button getPressedButton();
Input getInput(bool skipWait = false);
Input getInput(long maxHoldMs = -1);