From 8f8850f4daa8a57946772a3a0f9d27c3ffdb3664 Mon Sep 17 00:00:00 2001 From: phdlee Date: Sun, 25 Mar 2018 03:17:04 +0900 Subject: [PATCH 1/2] Update ubitx_wspr.cpp --- ubitx_20/ubitx_wspr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubitx_20/ubitx_wspr.cpp b/ubitx_20/ubitx_wspr.cpp index c87c1a7..4352413 100644 --- a/ubitx_20/ubitx_wspr.cpp +++ b/ubitx_20/ubitx_wspr.cpp @@ -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(); From dd6d4555a89b8937484490055de1ccae022982d5 Mon Sep 17 00:00:00 2001 From: phdlee Date: Sun, 25 Mar 2018 03:21:31 +0900 Subject: [PATCH 2/2] Update ubitx_20.ino --- ubitx_20/ubitx_20.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubitx_20/ubitx_20.ino b/ubitx_20/ubitx_20.ino index daaf4c8..79a575b 100644 --- a/ubitx_20/ubitx_20.ino +++ b/ubitx_20/ubitx_20.ino @@ -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