mirror of
https://github.com/DarthAffe/RGB.NET.git
synced 2026-01-01 02:03:38 +00:00
Compare commits
No commits in common. "ef980f754c37d45e7053daf113e28460f8a5140f" and "16b2877dce1072e4337e7385a1657be8710fd27d" have entirely different histories.
ef980f754c
...
16b2877dce
@ -18,8 +18,6 @@ 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 = 250;
|
private const int HEARTBEAT_TIMER = 1000;
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user