From 3f9ec5d4da06482f2aa91ab91174331b60894184 Mon Sep 17 00:00:00 2001 From: a4jp-com Date: Wed, 17 Dec 2014 14:51:09 +0900 Subject: [PATCH] Update Configuration.h 2 changes for now --- Marlin/Configuration.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 110973878943..49c8150b0433 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -28,10 +28,10 @@ // SERIAL_PORT selects which serial port should be used for communication with the host. // This allows the connection of wireless adapters (for instance) to non-default port pins. // Serial port 0 is still used by the Arduino bootloader regardless of this setting. -#define SERIAL_PORT 0 +#define SERIAL_PORT 3 // This determines the communication speed of the printer -#define BAUDRATE 250000 +#define BAUDRATE 115200 // This enables the serial port associated to the Bluetooth interface //#define BTENABLED // Enable BT interface on AT90USB devices