Skip to content

Commit

Permalink
Tweaks to XC/TX
Browse files Browse the repository at this point in the history
  • Loading branch information
pierr3 committed Apr 27, 2024
1 parent d3f1be6 commit 402d845
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/components/radio/radio.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ const Radio: React.FC<RadioProps> = ({ radio }) => {
radio.frequency,
radio.rx,
newState,
radio.xc,
!newState ? false : radio.xc,
radio.onSpeaker,
radio.crossCoupleAcross
!newState ? false : radio.crossCoupleAcross
)
.then((ret) => {
if (!ret) {
Expand Down

0 comments on commit 402d845

Please sign in to comment.