mirror of
				https://github.com/hyperion-project/hyperion.ng.git
				synced 2025-03-01 10:33:28 +00:00 
			
		
		
		
	wrong proto port number
Former-commit-id: f1bb8595bfa090844e14e9358c97a9cc099eafe0
This commit is contained in:
		| @@ -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" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user