добавил отправку прием сетевых событий

This commit is contained in:
Dmitry Borisenko
2022-02-28 01:10:14 +01:00
parent c50e0606e4
commit 28add9cb25
14 changed files with 121 additions and 118 deletions

View File

@@ -26,8 +26,9 @@ extern FS* filesystem;
extern bool fileSystemInit();
extern void globalVarsSync();
extern String getParamsJson();
extern void syncSettingsFlashJson();
extern void saveParamsFlashJson();
extern const String getChipId();
extern void setChipId();

View File

@@ -84,8 +84,6 @@ extern WebSocketsServer standWebSocket;
**********************************************************************************************************************/
extern String settingsFlashJson;
extern String errorsHeapJson;
extern String paramsFlashJson;
extern String paramsHeapJson;
// buf
extern String orderBuf;