From aa84550b2ebe1d5780826ddf3dc201a0818bbbf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Tue, 20 Feb 2024 17:41:07 +0100 Subject: [PATCH] thesting other methode MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ebbe Baß --- client/main.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/client/main.py b/client/main.py index 4931c8e..740dde9 100644 --- a/client/main.py +++ b/client/main.py @@ -16,8 +16,6 @@ wlan_mac_address = str(get_mac_address(interface="wlan0")) LED_STRIP_PIN = board.D18 global LED_COUNT LED_COUNT = 30 -global LEDS_PER_PIXEL -LEDS_PER_PIXEL = 1 # Global variables for LED strip control global strip