From cb7bf9ac239b87c6a988feb0bb49c8a3e85dea0e Mon Sep 17 00:00:00 2001 From: Sacha Weatherstone Date: Mon, 2 May 2022 08:38:22 +1000 Subject: [PATCH] add confirm_set_config --- admin.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/admin.proto b/admin.proto index 610107e..0260b5c 100644 --- a/admin.proto +++ b/admin.proto @@ -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.