From 376656a9fdfc04557c98af004d933dc95e9ec8d8 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Thu, 30 May 2024 22:33:41 -0400 Subject: [PATCH] Update rpitx.py typo --- rpitx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpitx.py b/rpitx.py index c6fdd07a..78e3c06c 100644 --- a/rpitx.py +++ b/rpitx.py @@ -81,7 +81,7 @@ def increment_mode(): file.close() print("Mode is: ") print(mode) - if (mode == ): + if (mode == 'a'): mode = 'f' GPIO.output(powerPin, 0) # blink two times sleep(0.1)