diff --git a/cli.cpp b/cli.cpp index 13c43270..7f389b22 100644 --- a/cli.cpp +++ b/cli.cpp @@ -52,7 +52,7 @@ struct DeviceOptions struct ServerOptions { bool start = false; - unsigned short port = 6742; //default port + unsigned short port = OPENRGB_SDK_PORT; }; struct Options