Skip to content

Commit

Permalink
Enable PSK Reporter usage by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiw committed Oct 25, 2023
1 parent 1c69378 commit 9e60e1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions USER_MANUAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -916,6 +916,7 @@ LDPC | Low Density Parity Check Codes - a family of powerful FEC codes
* Fix issue causing improper RX Only reporting when hamlib is disabled. (PR #579)
* Fix compiler error on some Linux installations. (PR #578)
* Fix issue causing error on startup after testing setup with Easy Setup. (PR #575)
* Fix issue preventing PSK Reporter from being enabled by default. (PR #575)
2. Enhancements:
* Add experimental support for OmniRig to FreeDV. (PR #575)
* *Note: This is only available on Windows.*
Expand Down
2 changes: 1 addition & 1 deletion src/config/ReportingConfiguration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ ReportingConfiguration::ReportingConfiguration()

, manualFrequencyReporting("/Reporting/ManualFrequencyReporting", false)

, pskReporterEnabled("/Reporting/PSKReporter/Enable", false)
, pskReporterEnabled("/Reporting/PSKReporter/Enable", true)

, freedvReporterEnabled("/Reporting/FreeDV/Enable", true)
, freedvReporterHostname("/Reporting/FreeDV/Hostname", wxT(FREEDV_REPORTER_DEFAULT_HOSTNAME))
Expand Down

0 comments on commit 9e60e1b

Please sign in to comment.