Управление ошибками

This commit is contained in:
Dmitry Borisenko
2022-02-09 21:55:17 +01:00
parent a3c3e4055a
commit 02a087ccdd
6 changed files with 107 additions and 11 deletions

View File

@@ -100,7 +100,7 @@ void webSocketEvent(uint8_t num, WStype_t type, uint8_t* payload, size_t length)
// system ===================================================================
//**сохранение**//
if (headerStr == "/rorre|") {
writeUint8tToString(payload, length, headerLenth, errorsHeapJson);
writeUint8tValueToJsonString(payload, length, headerLenth, errorsHeapJson);
}
// orders ===================================================================
if (headerStr == "/reboot|") {