From 429e1fbfb31161548250241a6d675f6f89237a99 Mon Sep 17 00:00:00 2001 From: Dmitry Borisenko <67171972+IoTManagerProject@users.noreply.github.com> Date: Tue, 8 Feb 2022 17:07:58 +0100 Subject: [PATCH] =?UTF-8?q?=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=B1=D0=B0=D0=B3=20=D1=81=D0=BE=D0=BE=D0=B1=D1=89?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/WsServer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/WsServer.cpp b/src/WsServer.cpp index 26052ad7..0dd81b67 100644 --- a/src/WsServer.cpp +++ b/src/WsServer.cpp @@ -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") {