Skip to content

Commit

Permalink
chore: update rgb port
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewBabbitt97 committed Jul 14, 2024
1 parent 2545167 commit 7631093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ChromaControl.SDK.OpenRGB/Internal/OpenRGBManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ private static Process CreateProcess()
{
"--server",
"--server-host 127.0.0.1",
"--server-port 6744",
"--server-port 22742",
"--noautoconnect",
$"--config \"{configPath}\""
};
Expand Down

0 comments on commit 7631093

Please sign in to comment.