moved websocket class to work with esp

This commit is contained in:
Dano van den Bosch
2024-03-19 22:54:58 +01:00
parent cf18d4ab4f
commit 11099a1af9
5 changed files with 27 additions and 11 deletions

View File

@@ -19,6 +19,7 @@ class websockets {
void websocketSetup();
void loop();
void webSocketEvent(WStype_t type, uint8_t * payload, size_t length);
void sendMyText(String message);
private:
WebSocketsClient *webSocket;