mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Merge pull request #242 from meshtastic/transactional-config-messages
Reindexed
This commit is contained in:
commit
24874086e3
1 changed files with 2 additions and 2 deletions
|
|
@ -205,12 +205,12 @@ message AdminMessage {
|
|||
* 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)
|
||||
*/
|
||||
bool begin_edit_settings = 65;
|
||||
bool begin_edit_settings = 64;
|
||||
|
||||
/*
|
||||
* Commits an open transaction for any edits made to config, module config, owner, and channel settings
|
||||
*/
|
||||
bool commit_edit_settings = 64;
|
||||
bool commit_edit_settings = 65;
|
||||
|
||||
/*
|
||||
* Setting channels/radio config remotely carries the risk that you might send an invalid config and the radio never talks to your mesh again.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue