Merge pull request #93 from mc-hamster/Radio&Band-Refactor

Remove mynodeinfo.num_bands
This commit is contained in:
Jm Casler 2022-02-14 19:41:36 -08:00 committed by GitHub
commit b22f484bab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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