Skip to content

Commit

Permalink
Merge pull request #506 from meshtastic/chunked-delivery-plumbing
Browse files Browse the repository at this point in the history
Added to_callsign to atak GeoChat
  • Loading branch information
thebentern authored May 30, 2024
2 parents 5f78a06 + 7fbaa3c commit 9e61b82
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion meshtastic/atak.options
Original file line number Diff line number Diff line change
Expand Up @@ -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
5 changes: 5 additions & 0 deletions meshtastic/atak.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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 = 3;
}

/*
Expand Down

0 comments on commit 9e61b82

Please sign in to comment.