make default baud rate 9600 to match builtin default
authorJim Morris <morris@wolfman.com>
Fri, 1 Jul 2016 19:10:03 +0000 (12:10 -0700)
committerJim Morris <morris@wolfman.com>
Fri, 1 Jul 2016 19:10:03 +0000 (12:10 -0700)
src/makefile

index 918f327..3c880e7 100644 (file)
@@ -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