Added to_callsign to atak GeoChat

This commit is contained in:
Ben Meadors 2024-05-30 06:53:03 -05:00
parent b5dc871a1b
commit 4ef9dd4000
2 changed files with 7 additions and 1 deletions

View file

@ -3,4 +3,5 @@
*Status.battery int_size:8
*PLI.course int_size:16
*GeoChat.message max_size:200
*GeoChat.to max_size:120
*GeoChat.to max_size:120
*GeoChat.to_callsign max_size:120

View file

@ -56,6 +56,11 @@ message GeoChat {
* Uid recipient of the message
*/
optional string to = 2;
/*
* Callsign of the recipient for the message
*/
optional string to_callsign = 2;
}
/*