0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-06-19 14:48:03 +03:00

Fix dual-watch so that TX only uses the main channel (black triangle)

This commit is contained in:
OneOfEleven
2023-10-01 09:14:19 +01:00
parent b7241f77ef
commit 7df7461d31
4 changed files with 3 additions and 2 deletions

View File

@ -915,8 +915,8 @@ void RADIO_PrepareTX(void)
gDualWatchCountdown_10ms = dual_watch_count_after_tx_10ms;
gScheduleDualWatch = false;
if (!gRxVfoIsActive)
{
if (gRxVfoIsActive)
{ // use the TX vfo
gEeprom.RX_CHANNEL = gEeprom.TX_CHANNEL;
gRxVfo = &gEeprom.VfoInfo[gEeprom.TX_CHANNEL];
gRxVfoIsActive = true;