fix for something or other.
This commit is contained in:
parent
4765ab5a22
commit
89af919e42
@ -1465,8 +1465,15 @@ void checkAutoSaveFreqMode()
|
||||
|
||||
void loop(){
|
||||
if (isCWAutoMode == 0){ //when CW AutoKey Mode, disable this process
|
||||
#ifdef USE_ALTKEYER
|
||||
// when using the alternate keyer, don't check the PTT if we're in CW mode, because
|
||||
// the PTT is also a straight key
|
||||
if (!txCAT && (cwMode == 0))
|
||||
checkPTT();
|
||||
#else
|
||||
if (!txCAT)
|
||||
checkPTT();
|
||||
#endif
|
||||
checkButton();
|
||||
}
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user