From c610f006be10290ae19c0babba9312017dde8d06 Mon Sep 17 00:00:00 2001 From: Dmitry Borisenko <49808844+DmitryBorisenko33@users.noreply.github.com> Date: Sun, 28 Aug 2022 21:12:27 +0200 Subject: [PATCH] =?UTF-8?q?=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=B1=D0=B0=D0=B3=D0=B0=20=D1=80?= =?UTF-8?q?=D0=B5=D0=B1=D1=83=D1=82=D0=B0=20=D0=BF=D1=80=D0=B8=20=D1=81?= =?UTF-8?q?=D0=BE=D1=85=D1=80=D0=B0=D0=BD=D0=B5=D0=BD=D0=B8=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/WsServer.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/WsServer.cpp b/src/WsServer.cpp index fa967985..9c48b5c3 100644 --- a/src/WsServer.cpp +++ b/src/WsServer.cpp @@ -69,8 +69,6 @@ void webSocketEvent(uint8_t num, WStype_t type, uint8_t* payload, size_t length) //========сохранение=======================================================// if (headerStr == "/gifnoc|") { writeFileUint8tByFrames("config.json", payload, length, headerLenth, 256); - //clearConfigure(); - //configure("/config.json"); } if (headerStr == "/tuoyal|") { writeFileUint8tByFrames("layout.json", payload, length, headerLenth, 256);