From cb1cef80d47a2836671f33c6db4141461306d825 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Thu, 21 Mar 2024 07:30:10 -0500 Subject: [PATCH] Not resets --- meshtastic/deviceonly.proto | 2 +- meshtastic/mesh.proto | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meshtastic/deviceonly.proto b/meshtastic/deviceonly.proto index 618666e..9f96fa7 100644 --- a/meshtastic/deviceonly.proto +++ b/meshtastic/deviceonly.proto @@ -130,7 +130,7 @@ message NodeInfoLite { /* * True if node is in our favorites list - * Persists between NodeDB resets and internal clean up + * Persists between NodeDB internal clean ups */ bool is_favorite = 10; } diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index 32a1d47..60a3906 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -1129,7 +1129,7 @@ message NodeInfo { /* * True if node is in our favorites list - * Persists between NodeDB resets and internal clean up + * Persists between NodeDB internal clean ups */ bool is_favorite = 10; }