mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
delet dalay (use it for test)
This commit is contained in:
@@ -16,7 +16,6 @@ void wsSendSetup() {
|
|||||||
File file = seekFile("/setup.json");
|
File file = seekFile("/setup.json");
|
||||||
|
|
||||||
DynamicJsonDocument doc(2048);
|
DynamicJsonDocument doc(2048);
|
||||||
// AsyncWebSocketMessageBuffer(20480);
|
|
||||||
|
|
||||||
file.find("[");
|
file.find("[");
|
||||||
do {
|
do {
|
||||||
@@ -29,8 +28,6 @@ void wsSendSetup() {
|
|||||||
|
|
||||||
// if (ws.enabled()) Serial.println("on");
|
// if (ws.enabled()) Serial.println("on");
|
||||||
|
|
||||||
delay(100);
|
|
||||||
|
|
||||||
Serial.println(doc.as<String>());
|
Serial.println(doc.as<String>());
|
||||||
|
|
||||||
} while (file.findUntil(",", "]"));
|
} while (file.findUntil(",", "]"));
|
||||||
|
|||||||
Reference in New Issue
Block a user