LCC Fusion SDK Versioning

Table of contents
  1. LCC Fusion SDK Versioning
    1. Current Version
    2. Firmware Manifests

The LCC Fusion Project SDK uses semantic versioning: MAJOR.MINOR.PATCH

  • MAJOR — Incremented when there are breaking changes to firmware structure, communication protocols, or hardware wiring standards.
  • MINOR — Added when new firmware cards or features are introduced (e.g., a new breakout board or added MP3 support).
  • PATCH — Used for documentation changes, bug fixes, or minor tweaks to SDK tools or configuration guides.

Current Version

v1.0.0
Initial release of the SDK including 5 firmware targets, software documentation, and Doxygen publishing structure.


Firmware Manifests

Firmware versions are tracked under /manifests/esp32/<card>/vX.Y.Z/
Each folder contains:

  • .bin files
  • manifest.json for OTA use

Last updated on: December 17, 2025 © 2025 Pat Fleming