улучшения

This commit is contained in:
Dmitry Borisenko
2022-01-29 00:23:53 +01:00
parent c85824f67f
commit 01690b1b3e
4 changed files with 7 additions and 26 deletions

View File

@@ -226,7 +226,7 @@ void webSocketEvent(uint8_t num, WStype_t type, uint8_t* payload, size_t length)
}
if (headerStr == "/gifnoc") {
writeFileUint8tFromBuf("config.json", payload, length, headerLenth, 256);
writeFileUint8tByFrames("config.json", payload, length, headerLenth, 256);
}
} break;