Skip to content

Commit

Permalink
FIX #397: Duplex off not working when UNLOCK ALL is used
Browse files Browse the repository at this point in the history
  • Loading branch information
egzumer committed Jan 29, 2024
1 parent f85ed94 commit dff4384
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions radio.c
Original file line number Diff line number Diff line change
Expand Up @@ -500,11 +500,6 @@ void RADIO_ApplyOffset(VFO_Info_t *pInfo)
break;
}

if (Frequency < frequencyBandTable[0].lower)
Frequency = frequencyBandTable[0].lower;
else if (Frequency > frequencyBandTable[BAND_N_ELEM - 1].upper)
Frequency = frequencyBandTable[BAND_N_ELEM - 1].upper;

pInfo->freq_config_TX.Frequency = Frequency;
}

Expand Down

0 comments on commit dff4384

Please sign in to comment.