Use the default SDK port constant in the CLI

This commit is contained in:
Térence Clastres
2020-06-23 09:29:24 +02:00
committed by Adam Honse
parent f3bdee9bd2
commit d2dfd03551

View File

@@ -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