Upped the baud rate.

This commit is contained in:
Jason Duncan 2016-03-06 14:50:56 -05:00
parent 12157925ca
commit d81a347c47

View File

@ -329,9 +329,8 @@ void describeButtonStates(int buttons[], int shifterPosition[], int gear) {
}
void setup() {
#if defined(DEBUG_PEDALS) || defined(DEBUG_SHIFTER)
Serial.begin(9600);
#else
Serial.begin(38400);
#if !defined(DEBUG_PEDALS) && !defined(DEBUG_SHIFTER)
Joystick.begin(false);
#endif