Fixed IF Shift Bug (USB and TX Mode)

This commit is contained in:
phdlee
2018-03-19 21:35:41 +09:00
parent bd52de59d2
commit ecd104b686
3 changed files with 39 additions and 17 deletions

View File

@@ -306,10 +306,13 @@ void menuSelectMode(int btn){
FrequencyToVFO(1);
}
/*
if (cwMode == 0)
si5351bx_setfreq(0, usbCarrier + (isIFShift ? ifShiftValue : 0)); //set back the carrier oscillator anyway, cw tx switches it off
else
si5351bx_setfreq(0, cwmCarrier + (isIFShift ? ifShiftValue : 0)); //set back the carrier oscillator anyway, cw tx switches it off
*/
SetCarrierFreq();
setFrequency(frequency);
menuClearExit(500);