mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-01-11 00:27:51 -05:00
Make default SDK port a defined constant
This commit is contained in:
@@ -37,7 +37,7 @@ static void Sleep(unsigned int milliseconds)
|
||||
NetworkClient::NetworkClient(std::vector<RGBController *>& control) : controllers(control)
|
||||
{
|
||||
strcpy(port_ip, "127.0.0.1");
|
||||
port_num = 6742;
|
||||
port_num = OPENRGB_SDK_PORT;
|
||||
server_connected = false;
|
||||
server_controller_count = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user