From f9885d5e92dea1bb2f668705968add0e32667c8a Mon Sep 17 00:00:00 2001 From: Sacha Weatherstone Date: Sun, 20 Mar 2022 11:29:26 +1100 Subject: [PATCH] FromRadio use packet id not num --- mesh.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mesh.proto b/mesh.proto index 872e950..a103760 100644 --- a/mesh.proto +++ b/mesh.proto @@ -1293,10 +1293,10 @@ message FromRadio { reserved 6; /* - * The packet num, used to allow the phone to request missing read packets from the FIFO, + * The packet id, used to allow the phone to request missing read packets from the FIFO, * see our bluetooth docs */ - uint32 num = 1; + uint32 id = 1; /* * Log levels, chosen to match python logging conventions.