From 54e43ff60c12d8a6c9b91433e66513cd3d70bd24 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Thu, 12 Oct 2023 18:13:55 -0500 Subject: [PATCH] TAK specific role --- meshtastic/config.proto | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/meshtastic/config.proto b/meshtastic/config.proto index 22355ed..894a32d 100644 --- a/meshtastic/config.proto +++ b/meshtastic/config.proto @@ -64,6 +64,14 @@ message Config { * send environment telemetry, and then sleep for telemetry.environment_update_interval seconds. */ SENSOR = 6; + + /* + * TAK device role + * 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 + */ + TAK = 7; } /* @@ -876,4 +884,4 @@ message Config { LoRaConfig lora = 6; BluetoothConfig bluetooth = 7; } -} +} \ No newline at end of file