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