diff --git a/src/hoverserial.ino b/src/hoverserial.ino index f1a3c5b..a704d74 100644 --- a/src/hoverserial.ino +++ b/src/hoverserial.ino @@ -34,7 +34,9 @@ // ########################## DEFINES ########################## -#define HOVER_SERIAL_BAUD 38400 // [-] Baud rate for HoverSerial (used to communicate with the hoverboard) +// #define HOVER_SERIAL_BAUD 38400 // [-] Baud rate for HoverSerial (used to communicate with the hoverboard) +#define HOVER_SERIAL_BAUD 115200 // [-] Baud rate for HoverSerial (used to communicate with the hoverboard) + #define SERIAL_BAUD 115200 // [-] Baud rate for built-in Serial (used for the Serial Monitor) #define START_FRAME 0xAAAA // [-] Start frme definition for reliable serial communication #define TIME_SEND 25 // [ms] Sending time interval