Firmware Artifacts
This release includes pre-built firmware for the following environments:
adafruit_matrixportal_esp32s3- Primary target (Adafruit MatrixPortal ESP32-S3)esp32dev- Generic ESP32 development boardsdev- Development build with extra instrumentation
Each environment folder contains:
firmware.bin- Main application firmware for OTA updatespartitions.bin- Partition table required for OTA functionalitybootloader.bin- ESP32 bootloader binaryfirmware.elf- Debug symbols (if available)build-info.txt- Build metadata and version information
Installation
For OTA updates, use firmware.bin and partitions.bin.
For complete flashing, use all three .bin files.
Refer to the README for detailed installation instructions.