Revert "new BAUD RATE for com"

This reverts commit ff996b08b0.
new_ctrl_board
jerome 5 years ago
parent 2ed66c6325
commit bfa38c94f1

@ -34,9 +34,7 @@
// ########################## DEFINES ##########################
// #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 HOVER_SERIAL_BAUD 38400 // [-] 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

Loading…
Cancel
Save