mirror of
https://github.com/n-e-y-s/G27_Pedals_and_Shifter.git
synced 2024-08-30 18:22:10 +00:00
Upped the baud rate.
This commit is contained in:
parent
12157925ca
commit
d81a347c47
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user