Add TAK_TRACKER role

This commit is contained in:
Ben Meadors 2024-02-15 18:43:13 -06:00
parent 4432d3bfc1
commit 76002c9df3

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