diff --git a/src/WebSocket.cpp b/src/WebSocket.cpp index 45e21f77..79614e84 100644 --- a/src/WebSocket.cpp +++ b/src/WebSocket.cpp @@ -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()); } while (file.findUntil(",", "]"));