diff --git a/rtlsdr_wsprd.c b/rtlsdr_wsprd.c index 8027e7f..8c7ee89 100644 --- a/rtlsdr_wsprd.c +++ b/rtlsdr_wsprd.c @@ -865,7 +865,7 @@ int main(int argc, char **argv) { if (!rx_options.directsampling) rx_options.directsampling = 2; } else if (!strcasecmp(optarg, "80m")) { - rx_options.dialfreq = 3592600; + rx_options.dialfreq = 3568600; if (!rx_options.directsampling) rx_options.directsampling = 2; } else if (!strcasecmp(optarg, "60m")) {