Skip to content

Commit

Permalink
Update size and regen
Browse files Browse the repository at this point in the history
  • Loading branch information
thebentern committed Feb 6, 2024
1 parent 1a3edda commit 1f781c8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion protobufs
2 changes: 1 addition & 1 deletion src/mesh/generated/meshtastic/mesh.pb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions src/mesh/generated/meshtastic/mesh.pb.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 1f781c8

Please sign in to comment.