mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-21 18:22:32 +00:00
Remove myNodeInfo.num_bands. It's not used by android.
This commit is contained in:
@@ -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!
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user