esp8266-dev icon indicating copy to clipboard operation
esp8266-dev copied to clipboard

An isolated build environment for the ESP8266

Results 3 esp8266-dev issues
Sort by recently updated
recently updated
newest added

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...

The important part of logs: ``` ++ cat /home/vagrant/.bashrc + HAS_SDK_BASE='export SDK_BASE=/opt/Espressif/esp8266_sdk' + '[' -z 'export SDK_BASE=/opt/Espressif/esp8266_sdk' ']' + cd /opt/Espressif + '[' '!' -d /opt/Espressif/esp8266_rtos_sdk ']' + cd /opt/Espressif/esp8266_rtos_sdk...