From bccbc4fc0949552456b421ba37bc32476233ab76 Mon Sep 17 00:00:00 2001 From: Sacha Weatherstone Date: Thu, 26 Jan 2023 15:02:04 +1000 Subject: [PATCH] Update admin.proto (#289) --- meshtastic/admin.proto | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/meshtastic/admin.proto b/meshtastic/admin.proto index d8170e9a..02541e22 100644 --- a/meshtastic/admin.proto +++ b/meshtastic/admin.proto @@ -235,19 +235,6 @@ message AdminMessage { */ 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. - * Therefore if setting either of these properties remotely, you must send a confirm_xxx message within 10 minutes. - * If you fail to do so, the radio will assume loss of comms and revert your changes. - * These messages are optional when changing the local node. - */ - bool confirm_set_channel = 66; - - /* - * TODO: REPLACE - */ - bool confirm_set_radio = 67; - /* * Tell the node to reboot into the OTA Firmware in this many seconds (or <0 to cancel reboot) * Only Implemented for ESP32 Devices. This needs to be issued to send a new main firmware via bluetooth.