From fe845a40d36ca5f9d6d913e5ce9f9e497dbb4d50 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Mon, 5 Dec 2022 17:03:51 -0500 Subject: [PATCH] really force --- cubesatsim/cubesatsim.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cubesatsim/cubesatsim.ino b/cubesatsim/cubesatsim.ino index 5b0a5644..33ba32d2 100644 --- a/cubesatsim/cubesatsim.ino +++ b/cubesatsim/cubesatsim.ino @@ -3556,7 +3556,7 @@ void config_gpio() { // pinMode(SQUELCH, INPUT); // Squelch from TXC // 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"); filter_present = true; }