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() {
|
void setup() {
|
||||||
#if defined(DEBUG_PEDALS) || defined(DEBUG_SHIFTER)
|
Serial.begin(38400);
|
||||||
Serial.begin(9600);
|
#if !defined(DEBUG_PEDALS) && !defined(DEBUG_SHIFTER)
|
||||||
#else
|
|
||||||
Joystick.begin(false);
|
Joystick.begin(false);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user