Merge pull request #444 from meshtastic/tak-tracker

Add TAK_TRACKER role
This commit is contained in:
Ben Meadors 2024-02-16 06:31:39 -06:00 committed by GitHub
commit 5f28be497a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
@ -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;
}
/*