mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-01-14 10:07:49 -05:00
Make default SDK port a defined constant
This commit is contained in:
@@ -37,7 +37,7 @@ static void Sleep(unsigned int milliseconds)
|
||||
|
||||
NetworkServer::NetworkServer(std::vector<RGBController *>& control) : controllers(control)
|
||||
{
|
||||
port_num = 6742;
|
||||
port_num = OPENRGB_SDK_PORT;
|
||||
server_online = false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user