From bfa38c94f11cdc16fac2a364138b559eba0ffe4f Mon Sep 17 00:00:00 2001 From: jerome Date: Wed, 16 Dec 2020 09:52:15 +0100 Subject: [PATCH] Revert "new BAUD RATE for com" This reverts commit ff996b08b0fbd3cd5b8a7becb7b29586b81cffc1. --- src/hoverserial.ino | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/hoverserial.ino b/src/hoverserial.ino index f60b2b8..1f6406f 100644 --- a/src/hoverserial.ino +++ b/src/hoverserial.ino @@ -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