Speedup boot by not waiting for Serial
This commit is contained in:
+1
-1
@@ -25,4 +25,4 @@ struct Input {
|
||||
|
||||
void setupInputPinModes();
|
||||
Button getPressedButton();
|
||||
Input getInput(bool skipWait = false);
|
||||
Input getInput(long maxHoldMs = -1);
|
||||
|
||||
Reference in New Issue
Block a user