Module17 Fixed Baseband tuning potentiometer setting

This commit is contained in:
Morgan Diepart 2024-04-26 15:42:36 +02:00 committed by silseva
parent 70f0ce45d3
commit d43dd57031
1 changed files with 1 additions and 1 deletions

View File

@ -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;