Browse Source

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

Marcos Kirsch 7 years ago
parent
commit
8b46df0f75
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
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