diff --git a/firmware.bin b/firmware.bin index 80cf3f6..9f42553 100644 Binary files a/firmware.bin and b/firmware.bin differ diff --git a/firmware.packed.bin b/firmware.packed.bin index 6f2cace..973c501 100644 Binary files a/firmware.packed.bin and b/firmware.packed.bin differ diff --git a/radio.c b/radio.c index cacd25c..49baa4b 100644 --- a/radio.c +++ b/radio.c @@ -949,10 +949,12 @@ void RADIO_PrepareTX(void) gEeprom.RX_VFO = gEeprom.TX_VFO; gRxVfo = &gEeprom.VfoInfo[gEeprom.TX_VFO]; // gRxVfoIsActive = true; -// gRxVfoIsActive = false; + gRxVfoIsActive = false; } - // let the user see that DW is not active + gCurrentVfo = &gEeprom.VfoInfo[gEeprom.TX_VFO]; + + // let the user see that DW is not active '><' symbol gDualWatchActive = false; gUpdateStatus = true; }