From 68dee221b201e99b3124be85953c834ade6f7cc1 Mon Sep 17 00:00:00 2001 From: ford-jones Date: Sun, 12 Oct 2025 17:01:32 +1300 Subject: [PATCH] Convert reset tag to bool in favor of additional settings --- meshtastic/admin.proto | 3 ++- meshtastic/config.proto | 5 ----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/meshtastic/admin.proto b/meshtastic/admin.proto index 8dc1dc2..9dbefbd 100644 --- a/meshtastic/admin.proto +++ b/meshtastic/admin.proto @@ -469,8 +469,9 @@ message AdminMessage { /* * Tell the node to reset the nodedb. + * When true, favorites are preserved through reset. */ - int32 nodedb_reset = 100; + bool nodedb_reset = 100; } } diff --git a/meshtastic/config.proto b/meshtastic/config.proto index 6f9af03..f17a078 100644 --- a/meshtastic/config.proto +++ b/meshtastic/config.proto @@ -262,11 +262,6 @@ message Config { * Defaults to ENABLED */ BuzzerMode buzzer_mode = 13; - - /* - * When true, favourited nodes are persisted through NodeDB resets. - */ - bool preserve_favorites = 14; } /*