Remove not required onWebsocketEvent
This commit is contained in:
parent
c0a185394c
commit
e9a55cf361
@ -10,8 +10,6 @@ public:
|
||||
void loop();
|
||||
|
||||
private:
|
||||
void onWebsocketEvent(AsyncWebSocket* server, AsyncWebSocketClient* client, AwsEventType type, void* arg, uint8_t* data, size_t len);
|
||||
|
||||
AsyncWebServer* _server;
|
||||
AsyncWebSocket _ws;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user