mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
добавил новые json утилиты
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
#pragma once
|
||||
#include "Global.h"
|
||||
#ifdef ASYNC_WEB_SERVER
|
||||
void asyncWebServerInit();
|
||||
#endif
|
||||
|
||||
#ifdef ASYNC_WEB_SOCKETS
|
||||
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);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user