plerup/makeEspArduino

ESP8266 bin file is not created anymore

Closed this issue · 5 comments

Since of today I cannot build binaries for ESP8266 anymore. Only the elf file is linked together and nothing more.

I have set ESPTOOL_COM to the one in the Arduino-Core environment (i.e. tools/esptool/esptool).

I don't see esptool being called at all (with VERBOSE=1).

I also tried setting ESPTOOL instead of ESPTOOL_COM. Made no difference. builds for ESP32 still work fine.

Syntax changes in the Arduino files again 😒
Fix coming tonight

Thanks!

Please try latest version

Perfect! Thank you very much!!!