From 3024fd60981d610f289b047e23935d91d31e8895 Mon Sep 17 00:00:00 2001 From: Jm Casler Date: Mon, 14 Feb 2022 19:40:57 -0800 Subject: [PATCH] Remove mynodeinfo.num_bands --- mesh.proto | 7 ------- 1 file changed, 7 deletions(-) diff --git a/mesh.proto b/mesh.proto index 14d1bc6..f94f34f 100644 --- a/mesh.proto +++ b/mesh.proto @@ -918,13 +918,6 @@ message MyNodeInfo { */ bool has_gps = 2; - /* - * # of frequencies that can be used (set at build time in the device flash image). - * Note: this is different from max_channels, this field is telling the # of frequency bands this node can use. - * (old name was num_channels) - */ - uint32 num_bands = 3; - /* * The maximum number of 'software' channels that can be set on this node. */