mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
support > 170 leds with E1.31 (#189)
* Add support for > 170 leds. These are send as multiple packets Change default latchtime to be smaller * code cleanup * more code tidying added *.swp to gitignore
This commit is contained in:
@@ -284,7 +284,7 @@ LedDevice * LedDeviceFactory::construct(const Json::Value & deviceConfig)
|
||||
{
|
||||
device = new LedDeviceUdpE131(
|
||||
deviceConfig["output"].asString(),
|
||||
deviceConfig.get("latchtime",500000).asInt(),
|
||||
deviceConfig.get("latchtime",104000).asInt(),
|
||||
deviceConfig.get("universe",1).asInt()
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user