Skip to content

Commit 35c5f0f

Browse files
authored
Merge pull request #601 from drowe67/ms-freq-defaults
Add new 160m, 80m and 40m calling frequencies for IARU R2.
2 parents 0dec785 + 4547e01 commit 35c5f0f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

USER_MANUAL.md

+1
Original file line numberDiff line numberDiff line change
@@ -924,6 +924,7 @@ LDPC | Low Density Parity Check Codes - a family of powerful FEC codes
924924
* FreeDV Reporter: Add support for filtering the exact frequency. (PR #596)
925925
* Add confirmation dialog box before actually resetting configuration to defaults. (PR #593)
926926
* Add ability to double-click FreeDV Reporter entries to change the radio's frequency. (PR #592)
927+
* Add new 160m/80m/40m calling frequencies for IARU R2. (PR #601)
927928

928929
## V1.9.4 October 2023
929930

src/config/ReportingConfiguration.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,16 @@ ReportingConfiguration::ReportingConfiguration()
5050
, useUTCForReporting("/CallsignList/UseUTCTime", false)
5151

5252
, reportingFrequencyList("/Reporting/FrequencyList", {
53+
_("1.9970"),
5354
_("3.6250"),
5455
_("3.6430"),
5556
_("3.6930"),
5657
_("3.6970"),
58+
_("3.8500"),
5759
_("5.4035"),
5860
_("5.3665"),
5961
_("7.1770"),
62+
_("7.1970"),
6063
_("14.2360"),
6164
_("14.2400"),
6265
_("18.1180"),

0 commit comments

Comments
 (0)