Skip to content

Commit 7d1b47d

Browse files
committed
remove delay
1 parent 68f286b commit 7d1b47d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pedaal/pedaal.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ void loop() {
259259
Serial.println(throttleString + brakeString + clutchString);
260260
Joystick.sendState(); // Update the Joystick status on the PC
261261
// Serial.flush();
262-
delay(150);
262+
// delay(150);
263263

264264
// timing
265265
// unsigned long end = micros();

0 commit comments

Comments
 (0)