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)