Repaired the websocket connector
for some reason it doesnt wannar in a class
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
class Connectivity {
|
||||
public:
|
||||
void connectWiFi(char* ssid, char* pass);
|
||||
void websocketSetup();
|
||||
void websocketSetup(char* ip, uint16_t port, char* adress);
|
||||
void sendData(float roll, float pitch, float yaw);
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user