финальная версия с двумя серверами esp8266 и esp32

This commit is contained in:
Dmitry Borisenko
2021-12-23 22:56:45 +01:00
parent 9d0841df99
commit 401aaa727e
7 changed files with 22 additions and 5 deletions

View File

@@ -3,7 +3,6 @@
#ifdef ASYNC_WEB_SERVER
extern AsyncWebSocket ws;
extern AsyncEventSource events;
void asyncWebServerInit();
void asyncWebSocketsInit();
void onWsEvent(AsyncWebSocket *server, AsyncWebSocketClient *client, AwsEventType type, void *arg, uint8_t *data, size_t len);