From 1e74f995a7347ac3faff5c9c4fb8bd8734d65f42 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Sun, 12 Apr 2026 18:49:26 -0500 Subject: [PATCH] Add optional remarks field to TAKPacketV2 for non-GeoChat payloads --- meshtastic/atak.proto | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/meshtastic/atak.proto b/meshtastic/atak.proto index 9db5148..ac09329 100644 --- a/meshtastic/atak.proto +++ b/meshtastic/atak.proto @@ -1685,6 +1685,14 @@ message TAKPacketV2 { * CoT event type string, only populated when cot_type_id is CotType_Other */ string cot_type_str = 23; + /* + * Optional remarks / free-text annotation from the element. + * Populated for non-GeoChat payload types (shapes, markers, routes, etc.) + * when the original CoT event carried non-empty remarks text. + * GeoChat messages carry their text in GeoChat.message instead. + * Empty string (proto3 default) means no remarks were present. + */ + string remarks = 24; /* * The payload of the packet */