modified CW Key Logic for AutoKey and reduce cpu use rate, reduce program memory

This commit is contained in:
phdlee
2018-02-10 15:07:56 +09:00
parent ed767f2e34
commit 81333e7af4
3 changed files with 9 additions and 26 deletions

View File

@@ -235,13 +235,14 @@ void cwKeyer(void){
keyDown = 0;
stopTx();
}
if (!cwTimeout)
return;
//if (!cwTimeout) //removed by KD8CEC
// return;
// got back to the beginning of the loop, if no further activity happens on straight key
// we will time out, and return out of this routine
//delay(5);
delay_background(5, 3);
continue;
//delay_background(5, 3); //removed by KD8CEC
//continue; //removed by KD8CEC
return; //Tx stop control by Main Loop
}
Check_Cat(2);