frequency property
The selected frequency of LoRA operation Please respect your local laws, regulations, and band plans. Ensure your radio is capable of operating of the selected frequency before setting this.
Implementation
@$pb.TagNumber(3)
$core.double get frequency => $_getN(2);
Implementation
@$pb.TagNumber(3)
set frequency($core.double value) => $_setFloat(2, value);