From 7bf13761bbeebd6cfe0604d851cbce818655999d Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Tue, 25 Jul 2023 19:09:08 -0500 Subject: [PATCH] Shouldn't have removed this one. It's too risky --- meshtastic/channel.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meshtastic/channel.proto b/meshtastic/channel.proto index 82401e0..7d2361a 100644 --- a/meshtastic/channel.proto +++ b/meshtastic/channel.proto @@ -26,6 +26,11 @@ option swift_prefix = ""; * explain how remote settings and remote gpio are managed as an example */ message ChannelSettings { + /* + * Deprecated in favor of LoraConfig.channel_num + */ + uint32 channel_num = 1 [deprecated = true]; + /* * A simple pre-shared key for now for crypto. * Must be either 0 bytes (no crypto), 16 bytes (AES128), or 32 bytes (AES256).