From 03a9c8199e9ec5e3e4546b2140491d7512df4500 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Thu, 27 Jul 2023 09:33:59 -0400 Subject: [PATCH] typo --- rpitx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpitx.py b/rpitx.py index d9f364b5..d245227b 100644 --- a/rpitx.py +++ b/rpitx.py @@ -65,7 +65,7 @@ txc = False if GPIO.input(7) == False: print("TXC is present") txc = True; -elif: +else: print("TXC not present") output(txLed, txLedOn) sleep(1)