overrideFrequency property
This parameter is for advanced users and licensed HAM radio operators. Ignore Channel Calculation and use this frequency instead. The frequency_offset will still be applied. This will allow you to use out-of-band frequencies. Please respect your local laws and regulations. If you are a HAM, make sure you enable HAM mode and turn off encryption.
Implementation
@$pb.TagNumber(14)
$core.double get overrideFrequency => $_getN(13);
Implementation
@$pb.TagNumber(14)
set overrideFrequency($core.double value) => $_setFloat(13, value);