From 70901ab718cc4d7a89e72b9b7ddb9f2a2c9b1bd5 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Fri, 17 Jun 2022 23:29:05 -0400 Subject: [PATCH] fixed wiringpi removal --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index 923842dd..0394b2b1 100644 --- a/main.c +++ b/main.c @@ -226,7 +226,7 @@ int main(int argc, char * argv[]) { // pullUpDnControl(26, PUD_UP); // if (digitalRead(26) != HIGH) { - { + if (1) { printf("v1 Present with UHF BPF\n"); txLed = 2; txLedOn = HIGH;