Patch BAUDRATE line in configs
This commit is contained in:
@ -114,7 +114,6 @@
|
||||
*/
|
||||
#define SERIAL_PORT 0
|
||||
|
||||
#define BAUDRATE 115200
|
||||
/**
|
||||
* This setting determines the communication speed of the printer.
|
||||
*
|
||||
@ -123,6 +122,7 @@
|
||||
*
|
||||
* :[2400,9600,19200,38400,57600,115200,250000]
|
||||
*/
|
||||
#define BAUDRATE 115200
|
||||
|
||||
// Enable the Bluetooth serial interface on AT90USB devices
|
||||
//#define BLUETOOTH
|
||||
|
Reference in New Issue
Block a user