Add M-1 LED matrix with WLED firmware toggle#20
Conversation
Points at the currently live WLED-MM-M1 manifests (Rev4/Rev6). The switch to the upstream-WLED 16.0.1 build from ApolloAutomation/wled is documented in docs/m1-wled-migration.md and gated on firmware hosting going live. Registry validator passes. No image asset yet (images/m-1.jpg to be added before deploy). Draft only - do not deploy. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
The canonical firmware fork is ApolloAutomation/WLED-M1 (branch m1-wled-update), not ApolloAutomation/wled. Applies the fixup patch prepared in the firmware repo (apollo/installer-fixup.patch). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Replace the M-1 entry's two-variant Rev4/Rev6 toggle with a three-way firmware toggle: WLED-MM 14.5.1 (Rev6, default), WLED-MM 14.5.1 (Rev4), and WLED 16.0.1 (Rev6 only). The 16.0.1 manifest is not live yet; its hosting PR is pending merge separately, so scripts/validate_registry.py will flag that one URL until it lands. Also fetch the M-1 product image via scripts/fetch_images.py and rewrite docs/m1-wled-migration.md to describe the shipped toggle instead of the prior planned-switch note. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
The 16.0.1 firmware hosting moved from the interim WLED-MM-M1 location to the originally planned ApolloAutomation/WLED-M1 GitHub Pages site. Update the devices.json manifest URL and the migration doc to match. Neither host is live yet; this is a staging edit ahead of that cutover. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
|
Warning Review limit reached
Next review available in: 9 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (2)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Adds the Apollo M-1 LED matrix to the installer with a three-way firmware toggle, reusing the same variant control R_PRO-1 uses for WiFi/Ethernet (no JS changes):
Also fetches the M-1 product image via scripts/fetch_images.py and rewrites docs/m1-wled-migration.md to describe the shipped toggle plus the hosting layout.
Verified: Playwright 21/21 from tests/, three-way toggle renders with Rev6 preselected at desktop and 390px widths, and the registry validator passes on every URL except the expected one below.
Note on CI: the WLED 16.0.1 manifest URL (apolloautomation.github.io/WLED-M1/manifest.json) goes live when ApolloAutomation/WLED-M1 PR #1 merges and its Pages workflow deploys. Until then the validate job fails on exactly that one URL. Re-run the check after that lands and it goes green. This PR should merge only once that happens, so the 16.0.1 button never 404s for a real user.
🤖 Generated with Claude Code