From b171a4d8420bc843d23a7325a37aa181f66df948 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Thu, 1 Feb 2024 20:23:12 -0600 Subject: [PATCH] Indexing --- meshtastic/mesh.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index 118764b..8344dee 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -1533,11 +1533,11 @@ message TAK_Packet /* * TAK position report */ - TAK_PLI tak_pli = 1; + TAK_PLI tak_pli = 2; /* * Other binary data */ - bytes data = 2; + bytes data = 3; } } /*