Skip to content

Commit

Permalink
Merge branch 'bugfix-main' into ms-remove-snr-squelch-tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiw authored Apr 24, 2024
2 parents 6fef9cd + 761fc00 commit c3e04bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions USER_MANUAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -893,6 +893,7 @@ LDPC | Low Density Parity Check Codes - a family of powerful FEC codes

1. Bugfixes:
* Remove TX attenuation and squelch tooltips. (PR #717)
* Disable 800XA radio button when in RX Only mode. (PR #716)

## V1.9.9.1 April 2024

Expand Down
1 change: 1 addition & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1937,6 +1937,7 @@ void MainFrame::performFreeDVOn_()
m_rb700c->Disable();
m_rb700d->Disable();
m_rb700e->Disable();
m_rb800xa->Disable();
m_rb2020->Disable();
#if defined(FREEDV_MODE_2020B)
m_rb2020b->Disable();
Expand Down

0 comments on commit c3e04bc

Please sign in to comment.