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:
parent
d1e9ec2626
commit
abce2921f7
BIN
firmware.bin
BIN
firmware.bin
Binary file not shown.
Binary file not shown.
6
radio.c
6
radio.c
@ -949,10 +949,12 @@ void RADIO_PrepareTX(void)
|
|||||||
gEeprom.RX_VFO = gEeprom.TX_VFO;
|
gEeprom.RX_VFO = gEeprom.TX_VFO;
|
||||||
gRxVfo = &gEeprom.VfoInfo[gEeprom.TX_VFO];
|
gRxVfo = &gEeprom.VfoInfo[gEeprom.TX_VFO];
|
||||||
// gRxVfoIsActive = true;
|
// 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;
|
gDualWatchActive = false;
|
||||||
gUpdateStatus = true;
|
gUpdateStatus = true;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user