From 33a9d164bef1a7eb58164bad0ead8f230e35d46b Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Thu, 30 May 2024 22:35:16 -0400 Subject: [PATCH] Update rpitx.py another typo --- rpitx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpitx.py b/rpitx.py index 78e3c06c..7b9981b1 100644 --- a/rpitx.py +++ b/rpitx.py @@ -149,7 +149,7 @@ def increment_mode(): GPIO.output(powerPin, 1) sleep(2.5) else: - mode = + mode = 'a' GPIO.output(powerPin, 0) # blink one time sleep(0.1) GPIO.output(powerPin, 1)