ptt update delay for external amp
This commit is contained in:
parent
6c8c353362
commit
232b7c65a2
|
|
@ -48,7 +48,6 @@ void sendNewPacket(const String &newPacket) {
|
|||
delay(Config.ptt.postDelay);
|
||||
digitalWrite(Config.ptt.io_pin, Config.ptt.reverse ? HIGH : LOW);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
String receivePacket() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue