Compare commits
2 Commits
v1.06
...
version1.0
Author | SHA1 | Date | |
---|---|---|---|
|
dd6d4555a8 | ||
|
8f8850f4da |
@@ -1138,7 +1138,7 @@ void setup()
|
|||||||
|
|
||||||
//Serial.begin(9600);
|
//Serial.begin(9600);
|
||||||
lcd.begin(16, 2);
|
lcd.begin(16, 2);
|
||||||
printLineF(1, F("CE v1.06"));
|
printLineF(1, F("CE v1.061"));
|
||||||
|
|
||||||
Init_Cat(38400, SERIAL_8N1);
|
Init_Cat(38400, SERIAL_8N1);
|
||||||
initMeter(); //not used in this build
|
initMeter(); //not used in this build
|
||||||
|
@@ -155,8 +155,8 @@ void SendWSPRManage()
|
|||||||
//remark = To reduce the size of the program
|
//remark = To reduce the size of the program
|
||||||
//prevFreq = frequency;
|
//prevFreq = frequency;
|
||||||
//frequency = WsprTXFreq;
|
//frequency = WsprTXFreq;
|
||||||
setTXFilters(WsprTXFreq);
|
|
||||||
startTx(TX_CW, 0);
|
startTx(TX_CW, 0);
|
||||||
|
setTXFilters(WsprTXFreq);
|
||||||
|
|
||||||
//Start WSPR
|
//Start WSPR
|
||||||
Set_WSPR_Param();
|
Set_WSPR_Param();
|
||||||
|
Reference in New Issue
Block a user