Browse Source

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

pull/1/head
thisiskeithb 5 years ago
committed by Scott Lahteine
parent
commit
d6265df962
  1. 2
      config/examples/Creality/Ender-3/Configuration.h
  2. 2
      config/examples/Creality/Ender-5/Configuration.h

2
config/examples/Creality/Ender-3/Configuration.h

@ -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

2
config/examples/Creality/Ender-5/Configuration.h

@ -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

Loading…
Cancel
Save