mirror of
https://github.com/DarthAffe/RGB.NET.git
synced 2025-12-31 17:53:39 +00:00
Compare commits
2 Commits
16b2877dce
...
ef980f754c
| Author | SHA1 | Date | |
|---|---|---|---|
| ef980f754c | |||
| 1df23a6b36 |
@ -18,6 +18,8 @@ public sealed class WledRGBDevice : AbstractRGBDevice<WledRGBDeviceInfo>, IWledR
|
|||||||
: base(info, new WledDeviceUpdateQueue(updateTrigger, address, info.Info.UDPPort, info.Info.Leds.Count))
|
: base(info, new WledDeviceUpdateQueue(updateTrigger, address, info.Info.UDPPort, info.Info.Leds.Count))
|
||||||
{
|
{
|
||||||
InitializeLayout();
|
InitializeLayout();
|
||||||
|
|
||||||
|
RequiresFlush = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|||||||
@ -16,7 +16,7 @@ public sealed class WledDeviceProvider : AbstractRGBDeviceProvider
|
|||||||
{
|
{
|
||||||
#region Constants
|
#region Constants
|
||||||
|
|
||||||
private const int HEARTBEAT_TIMER = 1000;
|
private const int HEARTBEAT_TIMER = 250;
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user