Skip to content

Commit

Permalink
Merge pull request #601 from drowe67/ms-freq-defaults
Browse files Browse the repository at this point in the history
Add new 160m, 80m and 40m calling frequencies for IARU R2.
  • Loading branch information
tmiw committed Nov 9, 2023
2 parents 0dec785 + 4547e01 commit 35c5f0f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions USER_MANUAL.md
Expand Up @@ -924,6 +924,7 @@ LDPC | Low Density Parity Check Codes - a family of powerful FEC codes
* FreeDV Reporter: Add support for filtering the exact frequency. (PR #596)
* Add confirmation dialog box before actually resetting configuration to defaults. (PR #593)
* Add ability to double-click FreeDV Reporter entries to change the radio's frequency. (PR #592)
* Add new 160m/80m/40m calling frequencies for IARU R2. (PR #601)

## V1.9.4 October 2023

Expand Down
3 changes: 3 additions & 0 deletions src/config/ReportingConfiguration.cpp
Expand Up @@ -50,13 +50,16 @@ ReportingConfiguration::ReportingConfiguration()
, useUTCForReporting("/CallsignList/UseUTCTime", false)

, reportingFrequencyList("/Reporting/FrequencyList", {
_("1.9970"),
_("3.6250"),
_("3.6430"),
_("3.6930"),
_("3.6970"),
_("3.8500"),
_("5.4035"),
_("5.3665"),
_("7.1770"),
_("7.1970"),
_("14.2360"),
_("14.2400"),
_("18.1180"),
Expand Down

0 comments on commit 35c5f0f

Please sign in to comment.