Chage baud rate to 115200 which seems to be the defualt for newer nodemcu-firmware builds/
This commit is contained in:
parent
1cc0d120f0
commit
8b46df0f75
2
Makefile
2
Makefile
@ -5,7 +5,7 @@
|
|||||||
NODEMCU-UPLOADER=../nodemcu-uploader/nodemcu-uploader.py
|
NODEMCU-UPLOADER=../nodemcu-uploader/nodemcu-uploader.py
|
||||||
# Serial port
|
# Serial port
|
||||||
PORT=/dev/cu.SLAB_USBtoUART
|
PORT=/dev/cu.SLAB_USBtoUART
|
||||||
SPEED=9600
|
SPEED=115200
|
||||||
|
|
||||||
######################################################################
|
######################################################################
|
||||||
# End of user config
|
# End of user config
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user