From 5e55250ef2b2de3cf413cafe5dfbeea56f2f430e Mon Sep 17 00:00:00 2001 From: Jens Ullmert Date: Wed, 27 Jul 2022 17:45:05 +0200 Subject: [PATCH] longer cylce --- Python/sock.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/sock.py b/Python/sock.py index 534e34c..3cbd1e2 100644 --- a/Python/sock.py +++ b/Python/sock.py @@ -56,7 +56,7 @@ DMXRST = 88.0 # typical 88µs DMXBRK = 8.0 # 8µs (min) to 1s (max) # DMX Sequence sleep [ms]/float -DMXSLP = 250.0 # 0µs (min) to 1s (max) +DMXSLP = 3000.0 # 0µs (min) to 1s (max) # Buffer for RDM DMXRDM = ""