Chage baud rate to 115200 which seems to be the defualt for newer nodemcu-firmware builds/

This commit is contained in:
Marcos Kirsch 2016-12-26 13:41:06 -06:00
parent 1cc0d120f0
commit 8b46df0f75

View File

@ -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