0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-04-28 22:31:25 +03:00

Try again, fix dual-watch correct/main TX VFO

This commit is contained in:
OneOfEleven 2023-10-06 23:17:28 +01:00
parent d1e9ec2626
commit abce2921f7
3 changed files with 4 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

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