Guenael / rtlsdr-wsprd

WSPR daemon for RTL receivers
GNU General Public License v3.0
112 stars 32 forks source link

fix(rtlsdr_wsprd): freq fix, uint32 not double #43

Closed Guenael closed 2 years ago

Guenael commented 2 years ago

@IZ7BOJ sub-hertz frequency are not allowed by the parser. Frequency is converted to an uint32, and I'm not sure a sub-hertz frequency alignment make sense. I rounded the numbers, and kept the uint32 as defined by the struct.

BTW, where did you get the dial frequencies for LF-15, MF-15 etc? I didn't find any official reference about this.

73, Guenael

IZ7BOJ commented 2 years ago

Hi Guenael, you're right, the precision of a uint32 is more than enough. About the LF-15 and MF-15, I don't remember the source of the information, anyway your software doesn't decode these modes, you can delete these options from the band selection at next release! Bests Alfredo