Skip to content

Commit

Permalink
Merge pull request #396 from meshtastic/tak-role
Browse files Browse the repository at this point in the history
TAK specific role
  • Loading branch information
thebentern committed Oct 13, 2023
2 parents 78afb53 + 54e43ff commit 6290ee0
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion meshtastic/config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

/*
Expand Down Expand Up @@ -876,4 +884,4 @@ message Config {
LoRaConfig lora = 6;
BluetoothConfig bluetooth = 7;
}
}
}

0 comments on commit 6290ee0

Please sign in to comment.