From d2dfd03551a5a448cff38118bb0c2004815e36cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C3=A9rence=20Clastres?= Date: Tue, 23 Jun 2020 09:29:24 +0200 Subject: [PATCH] Use the default SDK port constant in the CLI --- cli.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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