Fixed flapping bug
This commit is contained in:
parent
7c1ea015a8
commit
76635932a2
@ -26,7 +26,7 @@ void rx(repeater* myrpt) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (myrpt->gateway.transmitter.tx) {
|
||||
if (myrpt->receiver.rx && myrpt->gateway.transmitter.tx) {
|
||||
digitalWrite(GWPTT, false);
|
||||
myrpt->gateway.transmitter.tx = false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user