Skip to content

Commit

Permalink
Merge pull request #444 from meshtastic/tak-tracker
Browse files Browse the repository at this point in the history
Add TAK_TRACKER role
  • Loading branch information
thebentern authored Feb 16, 2024
2 parents 4432d3b + 76002c9 commit 5f28be4
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion meshtastic/config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ message Config {
SENSOR = 6;

/*
* Description: Optimized for ATAK system communication, reduces routine broadcasts.
* Description: Optimized for ATAK system communication and reduces routine broadcasts.
* Technical Details: Used for nodes dedicated for connection to an ATAK EUD.
* Turns off many of the routine broadcasts to favor CoT packet stream
* from the Meshtastic ATAK plugin -> IMeshService -> Node
Expand All @@ -87,6 +87,14 @@ message Config {
* "I'm lost! Position: lat / long"
*/
LOST_AND_FOUND = 9;

/*
* Description: Enables automatic TAK PLI broadcasts and reduces routine broadcasts.
* Technical Details: Turns off many of the routine broadcasts to favor ATAK CoT packet stream
* and automatic TAK PLI (position location information) broadcasts.
* Uses position module configuration to determine TAK PLI broadcast interval.
*/
TAK_TRACKER = 10;
}

/*
Expand Down

0 comments on commit 5f28be4

Please sign in to comment.