thunderace / Esp8266-Arduino-Makefile

Makefile to build arduino code for ESP8266/ESP32x under linux (tested on debian X64)
34 stars 20 forks source link

DEV-Version: Error in esp8266-install.sh #14

Closed stritti closed 6 years ago

stritti commented 6 years ago

In dev-branch there is currently a small bug:

./esp8266-install.sh: line 10: cd: esp8266/tools: No such file or directory

I think there should be in esp8266-install.sh (line 10):

cd ./esp8266-$ESP8266_VER/tools && ./get.py && cd ../..

instead of:

cd esp8266/tools && ./get.py && cd ../..

thunderace commented 6 years ago

You're right. Fixed. Thank you