mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
исправил баг сообщений
This commit is contained in:
@@ -63,7 +63,7 @@ void webSocketEvent(uint8_t num, WStype_t type, uint8_t* payload, size_t length)
|
||||
sendFileToWs("/items.json", num, 1024);
|
||||
sendFileToWs("/widgets.json", num, 1024);
|
||||
sendFileToWs("/config.json", num, 1024);
|
||||
// sendFileToWs("/settings.json", num, 1024);
|
||||
sendFileToWs("/settings.json", num, 1024);
|
||||
}
|
||||
//**сохранение**//
|
||||
if (headerStr == "/gifnoc") {
|
||||
|
||||
Reference in New Issue
Block a user