From 8b46df0f750e0022d2db19b39aa34641c614a6c7 Mon Sep 17 00:00:00 2001 From: Marcos Kirsch Date: Mon, 26 Dec 2016 13:41:06 -0600 Subject: [PATCH] Chage baud rate to 115200 which seems to be the defualt for newer nodemcu-firmware builds/ --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3b07436..3536d60 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ NODEMCU-UPLOADER=../nodemcu-uploader/nodemcu-uploader.py # Serial port PORT=/dev/cu.SLAB_USBtoUART -SPEED=9600 +SPEED=115200 ###################################################################### # End of user config