Added SW Trigger, Spectrum Protocol, Get ADC Protocol

This commit is contained in:
phdlee
2018-06-11 22:06:42 +09:00
parent 72ccd3b0e4
commit 152b63a9ed
5 changed files with 131 additions and 8 deletions

View File

@@ -147,9 +147,16 @@ void SendWSPRManage()
}
printLine1(c);
#ifdef USE_SW_SERIAL
SWS_Process();
if ((digitalRead(PTT) == 0) || (TriggerBySW == 1))
{
TriggerBySW = 0;
#else
if (digitalRead(PTT) == 0)
{
#endif
//SEND WSPR
//If you need to consider the Rit and Sprite modes, uncomment them below.
//remark = To reduce the size of the program