Add the RCC6 headless companion family - #15
Conversation
Qodo reviews are paused for this user.Troubleshooting steps vary by plan Learn more → On a Teams plan? Using GitHub Enterprise Server, GitLab Self-Managed, or Bitbucket Data Center? |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 7ec4227051
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| [submodule "firmware/rcc6-headless-companion"] | ||
| path = firmware/rcc6-headless-companion |
There was a problem hiding this comment.
Initialize the new submodule in catalog CI
The catalog workflow in .github/workflows/verify.yml lines 17–20 still syncs and updates only the previous five RadioCore repositories, so this new submodule is never cloned in CI. Because verify_catalog.py merely compares the catalog commit with the staged gitlink via git ls-files, validation can pass even if this repository or pinned commit cannot actually be fetched; add this path to both the workflow's git submodule sync and git submodule update commands.
Useful? React with 👍 / 👎.
7ec4227 to
5be19dd
Compare
Adds the exact released RCC6 headless BLE, native-USB, and Wi-Fi Web/TCP companion builds to suite v1.8 RC1. Pins the product source commit, all six install images, checksums, release documentation, and the ninth firmware submodule. Existing RC52/RCC6 headless repeater and Room Server profiles remain product-owned and are referenced rather than duplicated.