From 539b53dadbfea76f9e7bed94f3ad1a82bf9eae7f Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Sun, 24 Mar 2024 15:45:17 -0500 Subject: [PATCH] Dedicated admin messages for fixed position setting and clearing --- meshtastic/admin.proto | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/meshtastic/admin.proto b/meshtastic/admin.proto index cd6de55..901ce7d 100644 --- a/meshtastic/admin.proto +++ b/meshtastic/admin.proto @@ -291,6 +291,16 @@ message AdminMessage { */ uint32 remove_favorite_node = 40; + /* + * Set fixed position data on the node and then set the position.fixed_position = true + */ + Position set_fixed_position = 41; + + /* + * Clear fixed position coordinates and then set position.fixed_position = false + */ + bool remove_fixed_position = 42; + /* * Begins an edit transaction for config, module config, owner, and channel settings changes * This will delay the standard *implicit* save to the file system and subsequent reboot behavior until committed (commit_edit_settings)