The frequency offset in the config file only accepts integer values. When you enter a float, the offset is taken as zero.
Entering floats as an offset seems overly precise. Nevertheless, a conversion from dbl to int for that config parameter would increase program robustness.
The frequency offset in the config file only accepts integer values. When you enter a float, the offset is taken as zero. Entering floats as an offset seems overly precise. Nevertheless, a conversion from dbl to int for that config parameter would increase program robustness.