From 154cf6c0c18e93bed3a8af7e3a7f2cb5f7e666e2 Mon Sep 17 00:00:00 2001 From: helioshk Date: Sun, 27 Jun 2021 14:48:01 +0200 Subject: [PATCH] New 80m band wspr frequency Old frequency should not be used anymore and is mostly abandoned. Reference/Discussion: https://wsprnet.org/drupal/node/7834 --- wspr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wspr.cpp b/wspr.cpp index a32f931..17ca197 100644 --- a/wspr.cpp +++ b/wspr.cpp @@ -899,7 +899,7 @@ void parse_commandline( } else if (!strcasecmp(argv[optind],"160m-15")) { parsed_freq=1838212.5; } else if (!strcasecmp(argv[optind],"80m")) { - parsed_freq=3594100.0; + parsed_freq=3570100.0; } else if (!strcasecmp(argv[optind],"60m")) { parsed_freq=5288700.0; } else if (!strcasecmp(argv[optind],"40m")) {