Use the default SDK port constant in the CLI
This commit is contained in:
parent
f3bdee9bd2
commit
d2dfd03551
1 changed files with 1 additions and 1 deletions
2
cli.cpp
2
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue