From 3fdd053113706b46c0978dc776d30eb4ebb3af0c Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Tue, 5 Dec 2023 08:50:23 -0500 Subject: [PATCH] Update rpitx.py turn off debugging mode --- rpitx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpitx.py b/rpitx.py index 9211e162..012ee0d4 100644 --- a/rpitx.py +++ b/rpitx.py @@ -219,7 +219,7 @@ print(txLed) # GPIO.setup(27, GPIO.OUT) # GPIO.output(27, 0) -debug_mode = 1 #no debugging rpitx +debug_mode = 0 #no debugging rpitx if __name__ == "__main__":