From: Jim Morris Date: Fri, 1 Jul 2016 19:10:03 +0000 (-0700) Subject: make default baud rate 9600 to match builtin default X-Git-Url: https://git.hcoop.net/clinton/Smoothieware.git/commitdiff_plain/fd12e310f0f48b8ba532bfcda1dddc87748699d3 make default baud rate 9600 to match builtin default --- diff --git a/src/makefile b/src/makefile index 918f3272..3c880e7a 100644 --- a/src/makefile +++ b/src/makefile @@ -77,7 +77,7 @@ endif include $(BUILD_DIR)/build.mk CONSOLE?=/dev/arduino -BAUD?=1000000 +BAUD?=9600 .PHONY: debug-store flash upload debug console dfu