Browse Source

Set Megatronics baud rate to 115200

Fix #9092
Scott Lahteine 7 years ago
parent
commit
423bf9955e

+ 1
- 1
Marlin/src/config/examples/RepRapWorld/Megatronics/Configuration.h View File

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

Loading…
Cancel
Save