From 2e8f33c749b8e15edcf6e447ec5b50c794864bd2 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Thu, 21 May 2020 15:20:11 -0400 Subject: [PATCH] Add second suggested FT8 frequencies for 40, 30, and 20 meters. --- models/FrequencyList.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/models/FrequencyList.cpp b/models/FrequencyList.cpp index c0170a499..7c8c10a6a 100644 --- a/models/FrequencyList.cpp +++ b/models/FrequencyList.cpp @@ -124,6 +124,7 @@ namespace // 7110 LSB EMCOMM // {7038600, Modes::WSPR, IARURegions::ALL}, + {7071000, Modes::FT8, IARURegions::ALL}, {7074000, Modes::FT8, IARURegions::ALL}, {7076000, Modes::JT65, IARURegions::ALL}, {7078000, Modes::JT9, IARURegions::ALL}, @@ -157,6 +158,7 @@ namespace // 10142.25 OLIVIA, Contestia, etc. // 10143.25 OLIVIA, Contestia, etc. (main QRQ) // + {10133000, Modes::FT8, IARURegions::ALL}, {10136000, Modes::FT8, IARURegions::ALL}, {10138000, Modes::JT65, IARURegions::ALL}, {10138700, Modes::WSPR, IARURegions::ALL}, @@ -201,6 +203,7 @@ namespace // 14106.5 OLIVIA 1000 (main QRG) // {14095600, Modes::WSPR, IARURegions::ALL}, + {14071000, Modes::FT8, IARURegions::ALL}, {14074000, Modes::FT8, IARURegions::ALL}, {14076000, Modes::JT65, IARURegions::ALL}, {14078000, Modes::JT9, IARURegions::ALL},