From de21f15407099708d5de5b90ce6e7018e1975b88 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Thu, 16 Jul 2020 22:59:25 -0400 Subject: [PATCH] Update rpitx.py --- rpitx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpitx.py b/rpitx.py index 5c9a5029..d0268743 100644 --- a/rpitx.py +++ b/rpitx.py @@ -11,7 +11,7 @@ GPIO.setup(12, GPIO.IN, pull_up_down=GPIO.PUD_UP) transmit = False if GPIO.input(12) == False: transmit = True -if GPIO.input(27) == False; +if GPIO.input(27) == False: transmit = True print(transmit)