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