Skip to content

Commit

Permalink
Prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
thebentern committed Feb 2, 2024
1 parent cbc9402 commit 4ace085
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions meshtastic/mesh.options
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@
*MqttClientProxyMessage.data max_size:435
*MqttClientProxyMessage.text max_size:435

*TAK_Packet.callsign_variant.uncompressed max_size:64
*TAK_Packet.callsign_variant.compressed max_size:64
*TAK_Packet.callsign_variant.callsign_uncompressed max_size:64
*TAK_Packet.callsign_variant.callsign_compressed max_size:64
4 changes: 2 additions & 2 deletions meshtastic/mesh.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1529,11 +1529,11 @@ message TAK_Packet
/*
* Uncompressed callsign from ATAK
*/
string uncompressed = 1;
string callsign_uncompressed = 1;
/*
* Compressed callsign using unishox2 for the wire
*/
string compressed = 2;
string callsign_compressed = 2;
}
/*
* The payload of the packet
Expand Down

0 comments on commit 4ace085

Please sign in to comment.