|
|
|
@ -3556,7 +3556,7 @@ void config_gpio() {
|
|
|
|
// pinMode(SQUELCH, INPUT); // Squelch from TXC
|
|
|
|
// pinMode(SQUELCH, INPUT); // Squelch from TXC
|
|
|
|
|
|
|
|
|
|
|
|
// if (digitalRead(BPF_PIN) == FALSE) {
|
|
|
|
// if (digitalRead(BPF_PIN) == FALSE) {
|
|
|
|
if (digitalRead(BPF_PIN) == FALSE) { // force BPF present
|
|
|
|
if (digitalRead(BPF_PIN) != FALSE) { // force BPF present
|
|
|
|
Serial.println("BPF present - transmit enabled");
|
|
|
|
Serial.println("BPF present - transmit enabled");
|
|
|
|
filter_present = true;
|
|
|
|
filter_present = true;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|