Skip to content

Commit

Permalink
Merge pull request #434 from meshtastic/atak-plugin
Browse files Browse the repository at this point in the history
Add device callsign
  • Loading branch information
thebentern authored Feb 9, 2024
2 parents 1a25fb6 + a79560a commit bdf9d6a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions meshtastic/atak.options
Original file line number Diff line number Diff line change
@@ -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
5 changes: 5 additions & 0 deletions meshtastic/atak.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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)
*/
Expand Down

0 comments on commit bdf9d6a

Please # to comment.