diff --git a/rtlsdr_wsprd.c b/rtlsdr_wsprd.c index 2d2e2b9..3e0fd59 100644 --- a/rtlsdr_wsprd.c +++ b/rtlsdr_wsprd.c @@ -813,7 +813,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")) {