Espurna fixes for Linux build
This commit is contained in:
parent
312d068021
commit
0c03632b7b
2 changed files with 1 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@
|
|||
|
||||
#include "RGBController_Espurna.h"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
RGBController_Espurna::RGBController_Espurna(EspurnaController* espurna_ptr)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue