diff --git a/birbnetes_iot_platform_raspberry/led_stuff.py b/birbnetes_iot_platform_raspberry/led_stuff.py index d917374..c6e56e1 100644 --- a/birbnetes_iot_platform_raspberry/led_stuff.py +++ b/birbnetes_iot_platform_raspberry/led_stuff.py @@ -67,7 +67,7 @@ class BlinkenLights(Thread): def run(self): while self._active: - time.sleep(200) + time.sleep(0.2) for name, led in self._led_controllers: led.clk()