Add USB/Battery Power variants for TEMP-1 and PLT-1#14
Conversation
TEMP-1 and PLT-1 each ship a battery version with its own published firmware, so give both a USB Power / Battery Power toggle (like R_PRO-1's WiFi/Ethernet) that rewires the flashed firmware and the config viewer together. Also fixes TEMP-1: its firmware pointed at firmware/ (the pre-R2 build), but the current board is R2 — corrected to firmware2/. USB Power now flashes TEMP-1_R2, Battery Power flashes TEMP-1B_R2. PLT-1's USB Power firmware is unchanged; Battery Power flashes PLT-1B. Validator confirms all four manifests and configs return 200. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
|
Warning Review limit reached
Next review available in: 23 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. ✨ 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 |
What does this change?
Gives TEMP-1 and PLT-1 a USB Power / Battery Power variant toggle (like R_PRO-1's WiFi/Ethernet), and fixes TEMP-1 to flash the current R2 firmware.
TEMP-1 — its firmware pointed at
firmware/(the pre-R2 build); the current board is R2, so:firmware2/(TEMP-1_R2) — this corrects the firmware TEMP-1 owners getfirmware-b2/(TEMP-1B_R2) — newPLT-1 — USB Power firmware unchanged; adds the battery build:
firmware/(PLT-1)firmware-b/(PLT-1B)Each variant rewires both the flashed firmware and the config viewer (#3). The existing data-driven Playwright tests now also exercise temp-1/plt-1 as multi-variant devices.
Note: the battery firmware folder names (
firmware-b,firmware-b2) are the product repos' existing build output paths, referenced as-is — not renamed.Checklist
cd tests && npx playwright test) (18 passed, 1 intentional skip)cplist in.github/workflows/pages.yml(n/a:devices.jsondata only)devices.jsonchanged:python scripts/validate_registry.pypasses (Registry OK — all manifests + config URLs return 200)🤖 Generated with Claude Code