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
This commit is contained in:
Paulchen Panther
2019-01-01 15:03:09 +01:00
committed by GitHub
parent d6b2cfaf9d
commit 7b6df922ea

View File

@@ -16,6 +16,7 @@
"output" : "/dev/null",
"rate" : 1000000,
"colorOrder" : "rgb",
"latchTime" : 1,
"rewriteTime": 5000
},