Browse Source

Ender 3 baud to match Creality3D

Scott Lahteine 5 years ago
parent
commit
9722038ad3
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      config/examples/Creality/Ender-3/Configuration.h

+ 1
- 1
config/examples/Creality/Ender-3/Configuration.h View File

124
  *
124
  *
125
  * :[2400, 9600, 19200, 38400, 57600, 115200, 250000, 500000, 1000000]
125
  * :[2400, 9600, 19200, 38400, 57600, 115200, 250000, 500000, 1000000]
126
  */
126
  */
127
-#define BAUDRATE 115200
127
+#define BAUDRATE 250000
128
 
128
 
129
 // Enable the Bluetooth serial interface on AT90USB devices
129
 // Enable the Bluetooth serial interface on AT90USB devices
130
 //#define BLUETOOTH
130
 //#define BLUETOOTH

Loading…
Cancel
Save