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);