diff --git a/protobufs b/protobufs index a5ecd23edd..9288737832 160000 --- a/protobufs +++ b/protobufs @@ -1 +1 @@ -Subproject commit a5ecd23eddb74bd53bd8c147c0dd98d4645c70d2 +Subproject commit 9288737832409c691b23659dd80d0715ee7d40c8 diff --git a/src/mesh/generated/meshtastic/mesh.pb.c b/src/mesh/generated/meshtastic/mesh.pb.c index 6cab2140ef..ee03fbb017 100644 --- a/src/mesh/generated/meshtastic/mesh.pb.c +++ b/src/mesh/generated/meshtastic/mesh.pb.c @@ -60,7 +60,7 @@ PB_BIND(meshtastic_Neighbor, meshtastic_Neighbor, AUTO) PB_BIND(meshtastic_DeviceMetadata, meshtastic_DeviceMetadata, AUTO) -PB_BIND(meshtastic_TAK_Packet, meshtastic_TAK_Packet, AUTO) +PB_BIND(meshtastic_TAK_Packet, meshtastic_TAK_Packet, 2) PB_BIND(meshtastic_TAK_PLI, meshtastic_TAK_PLI, AUTO) diff --git a/src/mesh/generated/meshtastic/mesh.pb.h b/src/mesh/generated/meshtastic/mesh.pb.h index aee9cfd7ea..ed02ae3eb0 100644 --- a/src/mesh/generated/meshtastic/mesh.pb.h +++ b/src/mesh/generated/meshtastic/mesh.pb.h @@ -813,9 +813,9 @@ typedef struct _meshtastic_TAK_Packet { pb_size_t which_callsign_variant; union { /* Uncompressed callsign from ATAK */ - char callsign_uncompressed[64]; + char callsign_uncompressed[512]; /* Compressed callsign using unishox2 for the wire */ - char callsign_compressed[64]; + char callsign_compressed[241]; } callsign_variant; pb_size_t which_payload_variant; union {