Guenael / rtlsdr-wsprd

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

Direct Sampling Mode hard coded to 1 #94

Closed mkarliner closed 2 years ago

mkarliner commented 2 years ago
rtl_result = rtlsdr_set_direct_sampling(rtl_device, 1);
mkarliner commented 2 years ago

However, when changed to 2... image

IZ7BOJ commented 2 years ago

You’re right, I always used 2 ! It seems that in this last version it’s not possible to pass 0/1/2 as integer parameter

Guenael commented 2 years ago

Hi, you're right! I will rollback this direct-sampling option.

Guenael commented 2 years ago

I fixed the direct sampling option: https://github.com/Guenael/rtlsdr-wsprd/pull/97

And made a new release to include this fix: https://github.com/Guenael/rtlsdr-wsprd/releases/tag/0.4.1

Hope this helps.