wrong proto port number

Former-commit-id: f1bb8595bfa090844e14e9358c97a9cc099eafe0
This commit is contained in:
johan 2013-11-09 11:25:50 +01:00
parent b56a15b012
commit 402cb02f09
1 changed files with 8 additions and 8 deletions

View File

@ -60,12 +60,12 @@
"blacklevel" : 0.0000, "blacklevel" : 0.0000,
"whitelevel" : 1.0000 "whitelevel" : 1.0000
}, },
"smoothing" : // "smoothing" :
{ // {
"type" : "linear", // "type" : "linear",
"time_ms" : 200, // "time_ms" : 200,
"updateFrequency" : 20.0000 // "updateFrequency" : 20.0000
} // }
}, },
/// The configuration for each individual led. This contains the specification of the area /// 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 /// * port : Port at which the protobuffer server is started
"protoServer" : "protoServer" :
{ {
"port" : 19444 "port" : 19445
}, },
/// The configuration of the boblight server which enables the boblight remote interface /// The configuration of the boblight server which enables the boblight remote interface
/// * port : Port at which the boblight server is started /// * port : Port at which the boblight server is started
// "boblightServer" : // "boblightServer" :
// { // {
// "port" : 19444 // "port" : 19333
// }, // },
"end-of-json" : "end-of-json" "end-of-json" : "end-of-json"