Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new 160m, 80m and 40m calling frequencies for IARU R2. #601

Merged
merged 2 commits into from Nov 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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