Set Megatronics baud rate to 115200

Fix #9092
This commit is contained in:
Scott Lahteine 2018-02-11 03:43:36 -06:00
parent 377108619b
commit 423bf9955e

View file

@ -124,7 +124,7 @@
* *
* :[2400, 9600, 19200, 38400, 57600, 115200, 250000, 500000, 1000000] * :[2400, 9600, 19200, 38400, 57600, 115200, 250000, 500000, 1000000]
*/ */
#define BAUDRATE 250000 #define BAUDRATE 115200
// Enable the Bluetooth serial interface on AT90USB devices // Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH //#define BLUETOOTH