Merge pull request #396 from meshtastic/tak-role

TAK specific role
This commit is contained in:
Ben Meadors 2023-10-13 06:31:13 -05:00 committed by GitHub
commit 6290ee0f6a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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