fixed only single led working
This commit is contained in:
@@ -10,6 +10,7 @@ class LEDHandler : public QObject
|
||||
public:
|
||||
QString cURL = "10.0.0.222";
|
||||
int cPORT = 21324;
|
||||
int cLEDNUM = 26;
|
||||
|
||||
LEDHandler(QUdpSocket* sock, TS3Functions ts3Functions);
|
||||
|
||||
@@ -25,6 +26,8 @@ public slots:
|
||||
private:
|
||||
QUdpSocket* mSock;
|
||||
TS3Functions mTs3Functions;
|
||||
bool succesful = false;
|
||||
|
||||
void sendColor(int R, int G, int B, int W, int t);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user