Skip to content

Latest → v1.0.106 (2026-06-26 01:50 UTC)

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 26 Jun 01:50
b706b64

What's new in v1.0.106

  • docs: link the demo video via luxdmx.org/video (single source)
  • ci: gzip each firmware.elf right after its build (fix: later source build evicts it)
  • ci: publish gzipped firmware.elf debug symbols on versioned releases

Flash files

  • ESP32 (WROOM-32, WROVER): firmware.bin + flash.ps1
  • ESP32-S3 (DevKitC-1): firmware-esp32s3.bin
  • WT32-ETH01 (Ethernet): firmware-wt32eth01.bin

Debug symbols (decode a panic): firmware*.elf.gzgunzip it, then xtensa-esp32-elf-addr2line -pfiaC -e firmware.elf 0x...

Build 1.0.106 from b706b64