Skip to content

Commit

Permalink
Merge branch 'master' into ms-voice-keyer-improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiw authored Aug 5, 2023
2 parents 98c43d8 + d08f236 commit 0b307a5
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion USER_MANUAL.html
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ <h2 data-number="17.1" id="v1.8.13-tbd-2023"><span class="header-section-number"
<li>Allow users to configure PTT port separately from CAT if Hamlib is enabled. (PR #488)</li>
<li>Add ability to average spectrum plot across 1-3 samples. (PR #487, 492)</li>
<li>Adjust sizing of main page tabs for better readability. (PR #487)</li>
<li>Add band filtering in the FreeDV Reporter dialog. (PR #490)</li>
<li>Add band filtering in the FreeDV Reporter dialog. (PR #490, #494)</li>
</ul></li>
<li>Build system:
<ul>
Expand Down
2 changes: 1 addition & 1 deletion USER_MANUAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -910,7 +910,7 @@ LDPC | Low Density Parity Check Codes - a family of powerful FEC codes
* Adjust sizing of main page tabs for better readability. (PR #487)
* Allow use of a different voice keyer file by right-clicking on the Voice Keyer button. (PR #493)
* Include TX audio in recorded audio files to enable recording a full QSO. (PR #493)
* Add band filtering in the FreeDV Reporter dialog. (PR #490)
* Add band filtering in the FreeDV Reporter dialog. (PR #490, #494)
* Add ability to record new voice keyer files by right-clicking on the Voice Keyer button. (PR #493)
3. Build system:
* Update Codec2 to v1.2.0. (PR #483)
Expand Down
Binary file modified USER_MANUAL.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion src/freedv_reporter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@ bool FreeDVReporterDialog::isFiltered_(uint64_t freq)
{
bandForFreq = FilterFrequency::BAND_80M;
}
else if (freq >= 5351500 && freq <= 5366500)
else if (freq >= 5250000 && freq <= 5450000)
{
bandForFreq = FilterFrequency::BAND_60M;
}
Expand Down

0 comments on commit 0b307a5

Please sign in to comment.