1
0
mirror of https://github.com/DarthAffe/RGB.NET.git synced 2025-12-13 10:08:31 +00:00

Compare commits

..

No commits in common. "ef980f754c37d45e7053daf113e28460f8a5140f" and "16b2877dce1072e4337e7385a1657be8710fd27d" have entirely different histories.

2 changed files with 1 additions and 3 deletions

View File

@ -18,8 +18,6 @@ public sealed class WledRGBDevice : AbstractRGBDevice<WledRGBDeviceInfo>, IWledR
: base(info, new WledDeviceUpdateQueue(updateTrigger, address, info.Info.UDPPort, info.Info.Leds.Count))
{
InitializeLayout();
RequiresFlush = true;
}
#endregion

View File

@ -16,7 +16,7 @@ public sealed class WledDeviceProvider : AbstractRGBDeviceProvider
{
#region Constants
private const int HEARTBEAT_TIMER = 250;
private const int HEARTBEAT_TIMER = 1000;
#endregion