From 79298fcdf04c1e680f5abd875233394f44ddaf7a Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Tue, 25 Feb 2025 07:26:25 -0600 Subject: [PATCH] Add remove_backup_preferences --- meshtastic/admin.proto | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/meshtastic/admin.proto b/meshtastic/admin.proto index 6cfe6dc..e9691ed 100644 --- a/meshtastic/admin.proto +++ b/meshtastic/admin.proto @@ -292,6 +292,10 @@ message AdminMessage { */ BackupLocation restore_preferences = 25; + /* + * Remove backups of the node's preferences + */ + BackupLocation remove_backup_preferences = 26; /* * Set the owner for this node */