glidernet / ogn-rf

This software listens to OGN radio messages and sends it to Open Glider Network.
GNU General Public License v3.0
18 stars 15 forks source link

Frequency offset in config file accepts only integer #7

Closed dspreitz closed 8 years ago

dspreitz commented 9 years ago

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.

dspreitz commented 9 years ago

I think this bug was closed with version 0.2.4??

snip commented 9 years ago

Unfortunately not. Only GeoidSepar was corrected.

kerel-fs commented 8 years ago

Fixed in a83d28b072ecf839925de249dce975f99264f50a (v0.2.5).