Repaired the websocket connector

for some reason it doesnt wannar in a class
This commit is contained in:
2024-05-15 13:45:13 +02:00
parent 1c39bf9153
commit 92a1c2b650
3 changed files with 14 additions and 6 deletions

View File

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