enhancement: Add on-device TAK team/role configuration - #9716
Closed
niccellular wants to merge 1 commit into
Closed
Conversation
Adds TAKConfig to ModuleConfig protobuf allowing TAK_TRACKER devices to select team color and member role from on-device menus (OLED and InkHUD) instead of using hardcoded Cyan/TeamMember defaults. - Add TAKConfig message (team, role) to module_config protobuf - Wire through AdminModule get/set handlers - PositionModule uses configured values with Cyan/TeamMember fallback - OLED: TAK Config submenu in LoRa Actions (when role is TAK/TAK_TRACKER) - InkHUD: TAK page under Node Config with team/role pickers Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
niccellular
force-pushed
the
feature/tak-config-ui
branch
from
February 23, 2026 14:12
dffa292 to
89979fb
Compare
Contributor
|
@copilot resolve the merge conflicts in this pull request |
This was referenced Jul 25, 2026
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
ATAKConfigtoModuleConfigprotobuf withTeamandMemberRolefields, allowing TAK_TRACKER devices to configure their ATAK team color and member role from on-device menus{TeamMember, Cyan}inPositionModule::allocAtakPli()with user-configurable values (falls back to Cyan/TeamMember when unset)Related
Test plan
🤖 Generated with Claude Code