Skip to content

Commit 9f1e13b

Browse files
committed
Merge branch 'hotfix/riing-quad-colors' (#84)
2 parents 44e89cf + 677c8df commit 9f1e13b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugins/Controllers/TTController.Plugin.RiingQuadController/RiingQuadControllerProxy.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public override bool SetRgb(byte port, string effectType, IEnumerable<LedColor>
4141
if (!_availableEffects.TryGetValue(effectType, out var mode))
4242
return false;
4343

44-
var bytes = new List<byte> { 0x32, 0x52, port, mode, 0x00 };
44+
var bytes = new List<byte> { 0x32, 0x52, port, mode };
4545
foreach (var color in colors)
4646
{
4747
bytes.Add(color.G);

0 commit comments

Comments
 (0)