Skip to content

Commit d81a347

Browse files
author
Jason Duncan
committed
Upped the baud rate.
1 parent 1215792 commit d81a347

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

G27_Pedals_and_Shifter.ino

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -329,9 +329,8 @@ void describeButtonStates(int buttons[], int shifterPosition[], int gear) {
329329
}
330330

331331
void setup() {
332-
#if defined(DEBUG_PEDALS) || defined(DEBUG_SHIFTER)
333-
Serial.begin(9600);
334-
#else
332+
Serial.begin(38400);
333+
#if !defined(DEBUG_PEDALS) && !defined(DEBUG_SHIFTER)
335334
Joystick.begin(false);
336335
#endif
337336

0 commit comments

Comments
 (0)