ESP32 builds stopped working after change to platform.txt in arduino-esp32 project
AdrianEddy opened this issue · 2 comments
AdrianEddy commented
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
plerup commented
Fixed in latest commit
Thanks for reporting
AdrianEddy commented
Thank you, it works now 👍