mirror of
https://github.com/treyturner/wled-builds.git
synced 2026-06-12 22:59:30 -05:00
Unofficial WLED builds for QuinLED hardware like the DigOcta, DigQuad, DigUno, and Dig2go, as well as a few other boards.
- Shell 55.7%
- Makefile 44.3%
| .github/workflows | ||
| patches | ||
| scripts | ||
| .gitignore | ||
| LICENSE | ||
| Makefile | ||
| platformio_override.ini | ||
| README.md | ||
wled-builds
Unofficial WLED builds for QuinLED hardware as well as a few other ESP32 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
Environment Variables
IOT_SSID: If set, will be supplied to build asCLIENT_SSIDWPA_KEY: If set, will be supplied to build asCLIENT_PASS
Building
-
Checkout WLED source:
make checkout GIT_REF="v16.0.0" -
Prepare dependencies and toolchains:
make build-prep -
Build all default targets:
make build GIT_REF="v16.0.0" -
Or build one or more space-separated targets:
make build GIT_REF="v16.0.0" PIO_ENVS="quinled_dig2go quinled_diguno_eth_temp"
Factory and OTA bins are emitted to build/.
Flashing
Factory images should be flashed at 0x0:
esptool.py write_flash 0x0 WLED_16.0.0_QuinLED_Dig2go.bin