From 2ba3d3f6cbbe6df2c14c0b7767235902924d50f0 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Sun, 20 Nov 2022 16:13:38 -0600 Subject: [PATCH] Reindexed --- admin.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin.proto b/admin.proto index 14620d1..7d2713f 100644 --- a/admin.proto +++ b/admin.proto @@ -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.