mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-05-16 18:44:53 -04:00
Espurna fixes for Linux build
This commit is contained in:
@@ -22,14 +22,10 @@ EspurnaController::~EspurnaController()
|
||||
void EspurnaController::Initialize(char* ledstring)
|
||||
{
|
||||
LPSTR apikey = NULL;
|
||||
LPSTR numleds = NULL;
|
||||
LPSTR source = NULL;
|
||||
LPSTR udpport_baud = NULL;
|
||||
LPSTR next = NULL;
|
||||
|
||||
//Assume serial device unless a different protocol is specified
|
||||
bool serial = TRUE;
|
||||
|
||||
source = strtok_s(ledstring, ",", &next);
|
||||
|
||||
//Check for either the UDP port or the serial baud rate
|
||||
|
||||
Reference in New Issue
Block a user