Merge pull request #434 from meshtastic/atak-plugin

Add device callsign
This commit is contained in:
Ben Meadors 2024-02-08 18:55:48 -06:00 committed by GitHub
commit bdf9d6a81b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions

View file

@ -1,4 +1,5 @@
*Contact.callsign max_size:120
*Contact.device_callsign max_size:120
*Status.battery int_size:8
*PLI.course int_size:16
*GeoChat.message max_size:200

View file

@ -198,6 +198,11 @@ message Contact {
* Callsign
*/
string callsign = 1;
/*
* Device callsign
*/
string device_callsign = 2;
/*
* IP address of endpoint in integer form (0.0.0.0 default)
*/