Skip to content

Commit

Permalink
Merge branch 'ms-request-qsy' into ms-rel-v1812
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiw committed Jun 16, 2023
2 parents 9a24d51 + 4c6fa14 commit 0e37266
Show file tree
Hide file tree
Showing 10 changed files with 778 additions and 14 deletions.
4 changes: 4 additions & 0 deletions USER_MANUAL.html
Original file line number Diff line number Diff line change
Expand Up @@ -610,6 +610,10 @@ <h2 data-number="17.1" id="v1.8.12-tbd-2023"><span class="header-section-number"
<li>Clear button now clears the callsign list. (PR #436)</li>
<li>Fix bug causing the PTT button to stay red after the voice keyer finishes TX. (PR #440)</li>
</ul></li>
<li>Enhancements:
<ul>
<li>Add the ability to request that another FreeDV Reporter user QSY. (PR #434)</li>
</ul></li>
<li>Build system:
<ul>
<li>Bump Codec2 version to v1.1.1. (PR #437)</li>
Expand Down
4 changes: 3 additions & 1 deletion USER_MANUAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -869,7 +869,9 @@ LDPC | Low Density Parity Check Codes - a family of powerful FEC codes
* Clear audio plots when recording or playback starts. (PR #439)
* Clear button now clears the callsign list. (PR #436)
* Fix bug causing the PTT button to stay red after the voice keyer finishes TX. (PR #440)
2. Build system:
2. Enhancements:
* Add the ability to request that another FreeDV Reporter user QSY. (PR #434)
3. Build system:
* Bump Codec2 version to v1.1.1. (PR #437)

## V1.8.11 June 2023
Expand Down
1 change: 1 addition & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ set(FREEDV_SOURCES
dlg_filter.cpp
dlg_options.cpp
dlg_ptt.cpp
freedv_reporter.cpp
main.cpp
plot.cpp
plot_scalar.cpp
Expand Down
Loading

0 comments on commit 0e37266

Please sign in to comment.