mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 06:32:19 +03:00
запустил общение устройств по udp
This commit is contained in:
@@ -52,8 +52,8 @@ void webSocketEvent(uint8_t num, WStype_t type, uint8_t* payload, size_t length)
|
||||
if (headerStr == "/|") {
|
||||
sendFileToWs("/layout.json", num, 1024);
|
||||
String json = "{}";
|
||||
jsonMerge(json, paramsHeapJson);
|
||||
jsonMerge(json, paramsFlashJson);
|
||||
jsonMergeObjects(json, paramsHeapJson);
|
||||
jsonMergeObjects(json, paramsFlashJson);
|
||||
standWebSocket.sendTXT(num, json);
|
||||
}
|
||||
//**сохранение**//
|
||||
|
||||
Reference in New Issue
Block a user