Skip to content

Commit

Permalink
Merge pull request #472 from meshtastic/fixed-position-admin
Browse files Browse the repository at this point in the history
Dedicated admin messages for fixed position setting and clearing
  • Loading branch information
thebentern authored Mar 24, 2024
2 parents 0fe69d7 + 539b53d commit 95b0aa0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions meshtastic/admin.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 95b0aa0

Please sign in to comment.