mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
add confirm_set_config
This commit is contained in:
parent
8778b41906
commit
cb7bf9ac23
1 changed files with 5 additions and 0 deletions
|
|
@ -174,6 +174,11 @@ message AdminMessage {
|
|||
*/
|
||||
Config set_config = 12;
|
||||
|
||||
/*
|
||||
* Sent immediatly after a config change has been sent to ensure comms, if this is not recieved, the config will be reverted after 10 mins
|
||||
*/
|
||||
bool confirm_set_config = 13;
|
||||
|
||||
/*
|
||||
* Setting channels/radio config remotely carries the risk that you might send an invalid config and the radio never talks to your mesh again.
|
||||
* Therefore if setting either of these properties remotely, you must send a confirm_xxx message within 10 minutes.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue