lora property

  1. @TagNumber(6)
Config_LoRaConfig get lora

The part of the config that is specific to the Lora Radio

Implementation

@$pb.TagNumber(6)
$0.Config_LoRaConfig get lora => $_getN(5);
  1. @TagNumber(6)
set lora (Config_LoRaConfig value)

Implementation

@$pb.TagNumber(6)
set lora($0.Config_LoRaConfig value) => $_setField(6, value);