Change baud rate to 250000

Changed the baud rate to get faster serial comunication with Octoprint,
Pronterface and so on.
This commit is contained in:
3d-gussner 2017-04-21 10:50:26 +02:00
parent ab4f5d25cc
commit d7601d8880
1 changed files with 2 additions and 1 deletions

View File

@ -77,7 +77,8 @@
#define SERIAL_PORT 0
// This determines the communication speed of the printer
#define BAUDRATE 115200
//#define BAUDRATE 115200
#define BAUDRATE 250000
// This enables the serial port associated to the Bluetooth interface
//#define BTENABLED // Enable BT interface on AT90USB devices