From 76002c9df3ed3abad9a8aeb6d76c032f28e8f738 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Thu, 15 Feb 2024 18:43:13 -0600 Subject: [PATCH] Add TAK_TRACKER role --- meshtastic/config.proto | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/meshtastic/config.proto b/meshtastic/config.proto index b71d33a..c8533bb 100644 --- a/meshtastic/config.proto +++ b/meshtastic/config.proto @@ -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; } /*