New bands, new band plans and new channel configurations

This commit is contained in:
Jm Casler
2022-02-14 19:32:31 -08:00
parent 449926cff9
commit 96b5537217
3 changed files with 123 additions and 76 deletions

View File

@@ -8,10 +8,13 @@
// Map from old region names to new region enums
struct RegionInfo {
RegionCode code;
uint8_t numChannels;
uint8_t powerLimit; // Or zero for not set
float freq;
float freqStart;
float freqEnd;
float dutyCycle;
float spacing;
uint8_t powerLimit; // Or zero for not set
bool audioPermitted;
bool freqSwitching;
const char *name; // EU433 etc
};