Skip to content

Commit

Permalink
remove esptool
Browse files Browse the repository at this point in the history
  • Loading branch information
parazyd committed Jun 30, 2017
1 parent 806426a commit c4ac4d7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion embedded/nodemcu/esptool
Submodule esptool deleted from e61687
2 changes: 1 addition & 1 deletion embedded/nodemcu/upload.sh
Expand Up @@ -6,5 +6,5 @@
}

for i in $@; do
sudo luatool.py -b 115200 -p /dev/ttyUSB0 -f "$i" -t "$(basename $i)"
sudo ./luatool.py -b 115200 -p /dev/ttyUSB0 -f "$i" -t "$(basename $i)"
done

0 comments on commit c4ac4d7

Please sign in to comment.