diff --git a/Marlin-bugfix-2.0.x-230620-bltouch-skr/Marlin/Configuration.h b/Marlin-bugfix-2.0.x-230620-bltouch-skr/Marlin/Configuration.h index eaba319..f2545b0 100644 --- a/Marlin-bugfix-2.0.x-230620-bltouch-skr/Marlin/Configuration.h +++ b/Marlin-bugfix-2.0.x-230620-bltouch-skr/Marlin/Configuration.h @@ -73,7 +73,7 @@ // @section info // Author info of this build printed to the host during boot and M115 -#define STRING_CONFIG_H_AUTHOR "(thisiskeithb, Ender-3 Pro)" // Who made the changes. +#define STRING_CONFIG_H_AUTHOR "(XAv, Ender-3 Pro)" // Who made the changes. //#define CUSTOM_VERSION_FILE Version.h // Path from the root directory (no quotes) /** @@ -123,7 +123,7 @@ * * :[2400, 9600, 19200, 38400, 57600, 115200, 250000, 500000, 1000000] */ -#define BAUDRATE 115200 +#define BAUDRATE 250000 // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH