mirror of
https://github.com/treyturner/wled-mm-builds.git
synced 2026-06-12 21:09:30 -05:00
Unofficial WLED Moon Modules builds for QuinLED hardware like the DigOcta, DigQuad, DigUno, and Dig2go, as well as a few other boards.
- Shell 54.5%
- Makefile 45.5%
| .github/workflows | ||
| scripts | ||
| .gitignore | ||
| LICENSE | ||
| Makefile | ||
| platformio_override.ini | ||
| README.md | ||
wled-mm-builds
Unofficial WLED Moon Modules builds for QuinLED hardware as well as a few other boards. I'm affiliated with neither.
Targets
QuinLED boards
Other boards
- Adafruit Matrix Portal S3 with HUB75 support
- Lilygo T7 S3 for MOONHUB75
- Ai Thinker ESP32-A1S Audio Kit as a dedicated audio sender
Planned but not yet implemented
Environment Variables
IOT_SSID: If set, will be supplied to build asCLIENT_SSIDWPA_KEY: If set, will be supplied to build asCLIENT_PASS
Building
-
Clone and change directory into repo
git clone https://github.com/treyturner/wled-mm-builds.git \ && cd wled-mm-builds -
Checkout WLED-MM source
make checkout GIT_REF="v14.7.1" -
Build
-
All targets:
make build GIT_REF="v14.7.1" -
Or one or more space-separated targets:
make build GIT_REF="v14.7.1" PIO_ENVS="quinled_dig2go quinled_diguno_eth_temp"
-
-
Profit
Factory and OTA bins are emitted to
build/.
Flashing
FACTORY IMAGES SHOULD BE FLASHED AT 0x0:
esptool.py write_flash 0x0 WLEDMM_14.7.1_QuinLED_Dig2go.bin
⚠️ Note: A full erase and reflash is likely needed for v14.7.1 due to the transition to the v4 framework. Future updates should generally be OTA-compatible.