plerup/makeEspArduino

ESP32 builds stopped working after change to platform.txt in arduino-esp32 project

AdrianEddy opened this issue · 2 comments

When trying to build ESP32 project, only .elf file is created and .bin file is not created, causing the build to fail.

This happened after parameter rename in esp32 project in platform.txt: espressif/arduino-esp32@831f0ac
It caused GEN_PART_COM and ELF2BIN_COM variables to be empty

Fixed in latest commit
Thanks for reporting

Thank you, it works now 👍