From f48cc2cc6054025864c3c81c9a4d7898f09f9784 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Tue, 9 Nov 2021 18:34:15 +0100 Subject: [PATCH] Update main.py --- main.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/main.py b/main.py index d76425b..75792a8 100644 --- a/main.py +++ b/main.py @@ -14,8 +14,6 @@ LED_BRIGHTNESS = 255 # Set to 0 for darkest and 255 for brightest LED_INVERT = False # True to invert the signal (when using NPN transistor level shift) LED_CHANNEL = 0 # set to '1' for GPIOs 13, 19, 41, 45 or 53 -GPIO.cleanup() - led_power = True try: