lora property
The part of the config that is specific to the Lora Radio
Implementation
@$pb.TagNumber(6)
$0.Config_LoRaConfig get lora => $_getN(5);
Implementation
@$pb.TagNumber(6)
set lora($0.Config_LoRaConfig value) => $_setField(6, value);
The part of the config that is specific to the Lora Radio
@$pb.TagNumber(6)
$0.Config_LoRaConfig get lora => $_getN(5);
@$pb.TagNumber(6)
set lora($0.Config_LoRaConfig value) => $_setField(6, value);