TAK specific role

This commit is contained in:
Ben Meadors 2023-10-12 18:13:55 -05:00
parent 78afb5399f
commit 54e43ff60c

View file

@ -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;
}
}
}