We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After 'vagrant up' cd to /vagrant/esphttpd and hit 'make'. In my case I got
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?
The text was updated successfully, but these errors were encountered: