From 41b3dd6c07a59a4debf19a912a7becd26895181f Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Tue, 15 Mar 2022 07:24:53 -0500 Subject: [PATCH] Move snr --- mesh.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesh.proto b/mesh.proto index efc0ee8..7545bc2 100644 --- a/mesh.proto +++ b/mesh.proto @@ -1012,7 +1012,7 @@ message NodeInfo { /* * Set to indicate the last time we received a packet from this node */ - fixed32 last_heard = 4; + fixed32 last_heard = 5; } /*