Merge branch 'takv2_geometry' of https://github.com/meshtastic/protobufs into takv2_geometry

This commit is contained in:
Ben Meadors 2026-04-12 19:34:42 -05:00
commit 5e3ca9ff9d

View file

@ -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 <remarks> 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
*/