diff --git a/meshtastic/atak.options b/meshtastic/atak.options index b567331..61e1b4c 100644 --- a/meshtastic/atak.options +++ b/meshtastic/atak.options @@ -1,4 +1,5 @@ *Contact.callsign max_size:120 +*Contact.device_callsign max_size:120 *Status.battery int_size:8 *PLI.course int_size:16 *GeoChat.message max_size:200 \ No newline at end of file diff --git a/meshtastic/atak.proto b/meshtastic/atak.proto index ae8092e..182d739 100644 --- a/meshtastic/atak.proto +++ b/meshtastic/atak.proto @@ -198,6 +198,11 @@ message Contact { * Callsign */ string callsign = 1; + + /* + * Device callsign + */ + string device_callsign = 2; /* * IP address of endpoint in integer form (0.0.0.0 default) */