Skip to content

Add Ultimate native-USB companion build - #15

Merged
n30nex merged 1 commit into
mainfrom
codex/usb-companion
Aug 12, 2026
Merged

Add Ultimate native-USB companion build#15
n30nex merged 1 commit into
mainfrom
codex/usb-companion

Conversation

@n30nex

@n30nex n30nex commented Aug 12, 2026

Copy link
Copy Markdown
Owner

Adds a third mutually exclusive Ultimate transport: native USB. The build keeps the indexed framebuffer and full Ultimate UI while exposing the standard MeshCore binary companion protocol.

@qodo-code-review

Copy link
Copy Markdown

Qodo reviews are paused for this user.

Troubleshooting steps vary by plan Learn more →

On a Teams plan?
Reviews resume once this user has a paid seat and their Git account is linked in Qodo.
Link Git account →

Using GitHub Enterprise Server, GitLab Self-Managed, or Bitbucket Data Center?
These require an Enterprise plan - Contact us
Contact us →

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 3bf72d9779

ℹ️ 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".

extends = heltec_rcc6_ultimate_companion
build_flags =
${heltec_rcc6_ultimate_companion.build_flags}
-D ENABLE_USB_INTERFACE

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Handle USB in the Ultimate transport UI

When this environment is flashed, it defines neither RCC6_WEB_AP nor BLE_PIN_CODE, so UltimateUIScreen takes its non-Web branch: the header reports BLE, the boot sequence reports BLE ADVERTISING, and the TRANSPORT action calls only isBluetoothEnabled()/enableBluetooth()/disableBluetooth(). Because the interface manager contains only an InterfaceType::USB interface, that action is a no-op and cannot disable or re-enable the actual companion transport. Add an explicit ENABLE_USB_INTERFACE UI path that labels USB and operates the serial interface.

Useful? React with 👍 / 👎.

@n30nex
n30nex merged commit 4fa5184 into main Aug 12, 2026
15 of 19 checks passed
@n30nex
n30nex deleted the codex/usb-companion branch August 12, 2026 23:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant