esp8266-dev
esp8266-dev copied to clipboard
esptool not found
After 'vagrant up' cd to /vagrant/esphttpd and hit 'make'. In my case I got
make: esptool: Command not found make: *** [firmware/0x00000.bin] Error 127
Fix is to run 'sudo cp /vagrant/tools/esptool-0.0.3 /usr/local/bin/esptool' But as for me it should work without additional actions, shouldn't it?