From 4ace085e2d40c5ce4b59c09dc1e3d632303497b1 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Fri, 2 Feb 2024 11:33:29 -0600 Subject: [PATCH] Prefix --- meshtastic/mesh.options | 4 ++-- meshtastic/mesh.proto | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/meshtastic/mesh.options b/meshtastic/mesh.options index d50e5f1..6996bee 100644 --- a/meshtastic/mesh.options +++ b/meshtastic/mesh.options @@ -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 diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index 3271df4..4804866 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -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