Skip to content

Commit

Permalink
Module17 Fixed Baseband tuning potentiometer setting
Browse files Browse the repository at this point in the history
  • Loading branch information
mdiepart authored and silseva committed Apr 26, 2024
1 parent 70f0ce4 commit d43dd57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openrtx/src/ui/module17/ui.c
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,7 @@ void ui_updateFSM(bool *sync_rtx)
_ui_changeWiper(&mod17CalData.tx_wiper, -1);
break;
case D_RXWIPER:
_ui_changeWiper(&mod17CalData.tx_wiper, -1);
_ui_changeWiper(&mod17CalData.rx_wiper, -1);
break;
case D_TXINVERT:
mod17CalData.bb_tx_invert -= 1;
Expand Down

0 comments on commit d43dd57

Please sign in to comment.