Merge pull request #472 from meshtastic/fixed-position-admin

Dedicated admin messages for fixed position setting and clearing
pull/474/head
Ben Meadors 2024-03-24 18:49:33 -05:00 zatwierdzone przez GitHub
commit 95b0aa07b2
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 10 dodań i 0 usunięć

Wyświetl plik

@ -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)