Closed ansemjo closed 2 years ago
fixed in c2c7b33cb1a6d2b7752a84c55f2d39de58642ff3
The job artifacts contain firmware.bin
, bootloader.bin
, partitions.bin
and flash_args
– theoretically all you need to flash the firmware to an ESP32 with esptool.py
.
I was contacted with a request for help in building the firmware and noticed that due to some updated package names in the PlatformIO toolchains / framework my pinned versions in
platformio.ini
were apparently ineffective.Maybe create a simple scheduled GitHub workflow that tries to build the firmware from a fresh
HEAD
clone to detect such problems early.