Skip to content

Commit

Permalink
Merge pull request #716 from drowe67/ms-800xa-disable
Browse files Browse the repository at this point in the history
Disable 800XA when in RX Only mode.
  • Loading branch information
tmiw authored Apr 24, 2024
2 parents e1c1530 + d0410f7 commit 761fc00
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions USER_MANUAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -889,6 +889,11 @@ LDPC | Low Density Parity Check Codes - a family of powerful FEC codes

# Release Notes

## TBD TBD 2024

1. Bugfixes:
* Disable 800XA radio button when in RX Only mode. (PR #716)

## V1.9.9.1 April 2024

1. Bugfixes:
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 761fc00

Please sign in to comment.