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