Espurna fixes for Linux build

This commit is contained in:
Adam Honse 2020-09-11 16:22:48 -05:00
parent 312d068021
commit 0c03632b7b
2 changed files with 1 additions and 4 deletions

View file

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

View file

@ -8,6 +8,7 @@
#include "RGBController_Espurna.h"
#include <string.h>
RGBController_Espurna::RGBController_Espurna(EspurnaController* espurna_ptr)
{