Don't activate RX VFO when crossband is active
This commit is contained in:
@@ -535,7 +535,8 @@ void APP_StartListening(FUNCTION_Type_t Function, const bool reset_am_fix)
|
|||||||
gDualWatchCountdown_10ms = dual_watch_count_after_2_10ms;
|
gDualWatchCountdown_10ms = dual_watch_count_after_2_10ms;
|
||||||
gScheduleDualWatch = false;
|
gScheduleDualWatch = false;
|
||||||
|
|
||||||
gRxVfoIsActive = true;
|
if(gEeprom.CROSS_BAND_RX_TX == CROSS_BAND_OFF)
|
||||||
|
gRxVfoIsActive = true;
|
||||||
|
|
||||||
// let the user see DW is not active
|
// let the user see DW is not active
|
||||||
gDualWatchActive = false;
|
gDualWatchActive = false;
|
||||||
|
Reference in New Issue
Block a user