From 7486d11c3ccf6be7998d0862bce717a60065a038 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Mon, 5 Dec 2022 17:02:39 -0500 Subject: [PATCH] force BPF not present --- cubesatsim/cubesatsim.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cubesatsim/cubesatsim.ino b/cubesatsim/cubesatsim.ino index c6a3b177..5b0a5644 100644 --- a/cubesatsim/cubesatsim.ino +++ b/cubesatsim/cubesatsim.ino @@ -3555,8 +3555,8 @@ void config_gpio() { pinMode(BPF_PIN, INPUT_PULLUP); // Read LPF to see if present // pinMode(SQUELCH, INPUT); // Squelch from TXC - if (digitalRead(BPF_PIN) == FALSE) { -// if (digitalRead(BPF_PIN) == FALSE) { // force BPF present +// if (digitalRead(BPF_PIN) == FALSE) { + if (digitalRead(BPF_PIN) == FALSE) { // force BPF present Serial.println("BPF present - transmit enabled"); filter_present = true; }