From 402cb02f0914b21ab463d07c83c1d968e5426ef3 Mon Sep 17 00:00:00 2001 From: johan Date: Sat, 9 Nov 2013 11:25:50 +0100 Subject: [PATCH] wrong proto port number Former-commit-id: f1bb8595bfa090844e14e9358c97a9cc099eafe0 --- config/hyperion.config.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/config/hyperion.config.json b/config/hyperion.config.json index 360a02ec..dd426137 100644 --- a/config/hyperion.config.json +++ b/config/hyperion.config.json @@ -60,12 +60,12 @@ "blacklevel" : 0.0000, "whitelevel" : 1.0000 }, - "smoothing" : - { - "type" : "linear", - "time_ms" : 200, - "updateFrequency" : 20.0000 - } +// "smoothing" : +// { +// "type" : "linear", +// "time_ms" : 200, +// "updateFrequency" : 20.0000 +// } }, /// The configuration for each individual led. This contains the specification of the area @@ -386,14 +386,14 @@ /// * port : Port at which the protobuffer server is started "protoServer" : { - "port" : 19444 + "port" : 19445 }, /// The configuration of the boblight server which enables the boblight remote interface /// * port : Port at which the boblight server is started // "boblightServer" : // { -// "port" : 19444 +// "port" : 19333 // }, "end-of-json" : "end-of-json"