115K baud for Ender-3 and -5 (#14471)

This commit is contained in:
thisiskeithb 2019-07-02 01:14:01 -07:00 committed by Scott Lahteine
parent c6f74ba887
commit d6265df962
2 changed files with 2 additions and 2 deletions

View file

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

View file

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