Add device callsign

This commit is contained in:
Ben Meadors 2024-02-08 18:50:14 -06:00
parent eda5e8cee2
commit a79560a6ae
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)
*/