RegionPresetConstraint
data class RegionPresetConstraint(val presets: List<Config.LoRaConfig.ModemPreset>, val defaultPreset: Config.LoRaConfig.ModemPreset, val licensedOnly: Boolean)(source)
The modem presets the firmware advertised as legal for one LoRa region, decoded from a LoRaRegionPresetMap.
Properties
Link copied to clipboard
the firmware's default preset for the region (always one of presets).
Link copied to clipboard
true when the region's presets are for licensed operators only (e.g. amateur bands); the whole group is gated, not individual presets.