ansemjo / chronovfd

hardware project for a clock around a russian ivl2-5/7 vfd and an esp32-wroom module
MIT License
10 stars 0 forks source link

automated workflow to check firmware build #2

Closed ansemjo closed 2 years ago

ansemjo commented 2 years ago

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.

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