исправление бага ребута при сохранении

This commit is contained in:
Dmitry Borisenko
2022-08-28 21:12:27 +02:00
parent 138f246139
commit c610f006be

View File

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