-
Notifications
You must be signed in to change notification settings - Fork 0
Add the RCC6 headless companion family #15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| # NeonPocketMC suite v1.8.0 RC1 | ||
|
|
||
| Suite 1.8 RC1 adds the dedicated screenless RCC6 companion family without duplicating product-owned firmware binaries. | ||
|
|
||
| ## RCC6 headless companion | ||
|
|
||
| - Hardware: Heltec RadioCore RCC6-L62/SX1262 without the NV3001B TFT. | ||
| - Transports: standard MeshCore BLE, native USB, or Wi-Fi WebUI plus TCP/5000. | ||
| - BLE default pairing PIN: `123456`; a previously saved nonzero PIN still takes precedence. | ||
| - Normal installation: flash the selected application image at `0x10000`. | ||
| - Recovery images reset NVS-backed BLE/Wi-Fi state but end before SPIFFS, preserving MeshCore identity, contacts, channels, and preferences. | ||
| - Wi-Fi setup credentials and the resulting LAN IP are printed on the 115200-baud USB console. | ||
|
|
||
| The trusted-LAN warning matters: raw TCP/5000 exposes the full companion and administrative protocol to every client that can reach it. | ||
|
|
||
| The existing RC52 and RCC6 repeater/Room Server repositories already provide their screenless service profiles, so this suite release does not create duplicate repeater products. | ||
|
|
||
| ## Suite assets | ||
|
|
||
| - `catalog.json` records every product release URL, exact source commit, install filename, size, and SHA-256 digest. | ||
| - `SHA256SUMS.txt` authenticates the catalog and exact suite source bundle. | ||
| - Product repositories remain the single owners of firmware binaries and setup packages. |
Submodule rcc6-headless-companion
added at
4c91a5
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The catalog workflow in
.github/workflows/verify.ymllines 17–20 still syncs and updates only the previous five RadioCore repositories, so this new submodule is never cloned in CI. Becauseverify_catalog.pymerely compares the catalog commit with the staged gitlink viagit ls-files, validation can pass even if this repository or pinned commit cannot actually be fetched; add this path to both the workflow'sgit submodule syncandgit submodule updatecommands.Useful? React with 👍 / 👎.