From 398fdf362518e9d6869247cef09f2e071b715639 Mon Sep 17 00:00:00 2001 From: geeksville Date: Sun, 15 Mar 2020 17:35:51 -0700 Subject: [PATCH] only devices need to care about channel numbers now --- mesh.proto | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mesh.proto b/mesh.proto index 09bfc42..a71aced 100644 --- a/mesh.proto +++ b/mesh.proto @@ -161,8 +161,9 @@ enum Constants { message ChannelSettings { int32 tx_power = 1; - // FIXME - change this to an integer for easier user comprehension and smaller bitsize - uint32 channel_num = 2; + // We now select channel number by hashing the name of the channel. We do this on the device and it is opaque + // to the phone. Therefore no need to show this in channel settings + // uint32 channel_num = 2; enum ModemConfig { // Note: these mappings must match ModemConfigChoice in the device code.