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");
|
||||
|
||||
DynamicJsonDocument doc(2048);
|
||||
// AsyncWebSocketMessageBuffer(20480);
|
||||
|
||||
file.find("[");
|
||||
do {
|
||||
@@ -29,8 +28,6 @@ void wsSendSetup() {
|
||||
|
||||
// if (ws.enabled()) Serial.println("on");
|
||||
|
||||
delay(100);
|
||||
|
||||
Serial.println(doc.as<String>());
|
||||
|
||||
} while (file.findUntil(",", "]"));
|
||||
|
||||
Reference in New Issue
Block a user