Test and some mod about WSPR Calibration

This commit is contained in:
phdlee
2018-03-13 01:17:06 +09:00
parent a26978f573
commit 94a3e5ca1b
3 changed files with 11 additions and 7 deletions

View File

@@ -151,8 +151,11 @@ void SendWSPRManage()
{
//printLineF1(F("Transmitting"));
//SEND WSPR
prevFreq = frequency;
frequency = WsprTXFreq;
//If you need to consider the Rit and Sprite modes, uncomment them below.
//remark = To reduce the size of the program
//prevFreq = frequency;
//frequency = WsprTXFreq;
setTXFilters(WsprTXFreq);
startTx(TX_CW, 0);
//Start WSPR
@@ -172,8 +175,8 @@ void SendWSPRManage()
}
digitalWrite(CW_KEY, 0);
stopTx();
frequency = prevFreq;
stopTx(); //call setFrequency -> recovery TX Filter
//frequency = prevFreq;
selectedWsprBandIndex = -1;
} //end of PTT Check