From 76310930c27c08c465dc48a16ab403097d17f1c2 Mon Sep 17 00:00:00 2001 From: Andrew Babbitt Date: Sat, 13 Jul 2024 22:14:27 -0600 Subject: [PATCH] chore: update rgb port --- src/ChromaControl.SDK.OpenRGB/Internal/OpenRGBManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ChromaControl.SDK.OpenRGB/Internal/OpenRGBManager.cs b/src/ChromaControl.SDK.OpenRGB/Internal/OpenRGBManager.cs index aff0187..8523d33 100644 --- a/src/ChromaControl.SDK.OpenRGB/Internal/OpenRGBManager.cs +++ b/src/ChromaControl.SDK.OpenRGB/Internal/OpenRGBManager.cs @@ -108,7 +108,7 @@ private static Process CreateProcess() { "--server", "--server-host 127.0.0.1", - "--server-port 6744", + "--server-port 22742", "--noautoconnect", $"--config \"{configPath}\"" };