mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 06:32:19 +03:00
поправлены баги списка устройств
This commit is contained in:
@@ -86,6 +86,7 @@ void webSocketEvent(uint8_t num, WStype_t type, uint8_t* payload, size_t length)
|
||||
writeFileUint8tByFrames("settings.json", payload, length, headerLenth, 256);
|
||||
writeUint8tToString(payload, length, headerLenth, settingsFlashJson);
|
||||
standWebSocket.sendTXT(num, errorsHeapJson);
|
||||
addThisDeviceToList();
|
||||
// settingsFlashJson = readFile(F("settings.json"), 4096);
|
||||
}
|
||||
//**отправка**//
|
||||
|
||||
Reference in New Issue
Block a user