Merge pull request #26 from phdlee/version1.06

Version1.06
This commit is contained in:
phdlee 2018-03-25 03:22:29 +09:00 committed by GitHub
commit d0c04df9d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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();