Attenuate cw until routine is finished
This commit is contained in:
parent
a298a37c08
commit
dfcd8104f8
@ -53,11 +53,9 @@ void sendID(repeater* myrpt) {
|
||||
|
||||
sendChar(myrpt->params.cw_speed, myrpt->params.cw_pitch, myrpt->callsign[i]);
|
||||
delay(myrpt->params.cw_speed * 3);
|
||||
|
||||
if (!busy(myrpt) && pip_att) {
|
||||
pip_att = false;
|
||||
digitalWrite(PIP_ATT, LOW);
|
||||
}
|
||||
}
|
||||
if (pip_att) {
|
||||
digitalWrite(PIP_ATT, LOW);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user