ptt update delay for external amp

This commit is contained in:
richonguzman 2023-07-18 11:18:06 -04:00
parent 6c8c353362
commit 232b7c65a2
1 changed files with 0 additions and 1 deletions

View File

@ -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() {