Fix cw tx-key routine
This commit is contained in:
parent
8c790fa4e0
commit
88e15d9207
@ -44,8 +44,8 @@ void loop() {
|
||||
|
||||
if (myrpt->state > SLEEP && millis() - id >= IDTIME) {
|
||||
/* Repeater is IDLE, bring the transmitter up */
|
||||
if (myrpt->state == IDLE) {
|
||||
myrpt->state = KEYCHUNK;
|
||||
if (!myrpt->transmitter.tx) {
|
||||
myrpt->state = HANG;
|
||||
tx(myrpt);
|
||||
myrpt->state = SLEEP;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user