Compare commits

...

2 Commits

Author SHA1 Message Date
phdlee
dd6d4555a8 Update ubitx_20.ino 2018-03-25 03:21:31 +09:00
phdlee
8f8850f4da Update ubitx_wspr.cpp 2018-03-25 03:17:04 +09:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1138,7 +1138,7 @@ void setup()
//Serial.begin(9600);
lcd.begin(16, 2);
printLineF(1, F("CE v1.06"));
printLineF(1, F("CE v1.061"));
Init_Cat(38400, SERIAL_8N1);
initMeter(); //not used in this build

View File

@@ -155,8 +155,8 @@ void SendWSPRManage()
//remark = To reduce the size of the program
//prevFreq = frequency;
//frequency = WsprTXFreq;
setTXFilters(WsprTXFreq);
startTx(TX_CW, 0);
setTXFilters(WsprTXFreq);
//Start WSPR
Set_WSPR_Param();