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