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; } } /*