From 7b6df922ea052a312a8cd896d7a498422ea5c2bc Mon Sep 17 00:00:00 2001 From: Paulchen Panther Date: Tue, 1 Jan 2019 15:03:09 +0100 Subject: [PATCH] Added latchTime to default config Python exception ZeroDivisionError in python effect files fade.py and random.py https://github.com/hyperion-project/hyperion.ng/blob/master/effects/fade.py#L12 https://github.com/hyperion-project/hyperion.ng/blob/master/effects/random.py#L9 --- config/hyperion.config.json.default | 1 + 1 file changed, 1 insertion(+) diff --git a/config/hyperion.config.json.default b/config/hyperion.config.json.default index fa09304a..c950d01f 100644 --- a/config/hyperion.config.json.default +++ b/config/hyperion.config.json.default @@ -16,6 +16,7 @@ "output" : "/dev/null", "rate" : 1000000, "colorOrder" : "rgb", + "latchTime" : 1, "rewriteTime": 5000 },