Remove myNodeInfo.num_bands. It's not used by android.

This commit is contained in:
Jm Casler
2022-02-14 19:45:26 -08:00
parent af1804ea62
commit 1de086819c
3 changed files with 5 additions and 11 deletions

View File

@@ -94,9 +94,6 @@ void initRegion()
;
myRegion = r;
DEBUG_MSG("Wanted region %d, using %s\n", radioConfig.preferences.region, r->name);
// myNodeInfo.num_bands = myRegion->numChannels; // Tell our android app how many channels we have
myNodeInfo.num_bands = 666; // JM Fixme!
}
/**