From 1f56681b2b629a92a099784f78cd11dff31a5a8f Mon Sep 17 00:00:00 2001 From: Jm Casler Date: Sat, 27 Mar 2021 00:41:20 -0700 Subject: [PATCH] Update MyNodeInfo for #669 --- mesh.proto | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mesh.proto b/mesh.proto index 07efcab..9224dca 100644 --- a/mesh.proto +++ b/mesh.proto @@ -719,6 +719,12 @@ message MyNodeInfo { */ uint32 error_count = 9; + /* + * The total number of reboots this node has ever encountered + * (well - since the last time we discarded preferences) + */ + uint32 reboot_count = 10; + /* * How long before we consider a message abandoned and we can clear our * caches of any messages in flight Normally quite large to handle the worst case