Remove mynodeinfo.num_bands

This commit is contained in:
Jm Casler 2022-02-14 19:40:57 -08:00
parent 4d844f6532
commit 3024fd6098

View file

@ -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.
*/