From 20d7cf3b5c53bee02bdc3619a504cc272d09745f Mon Sep 17 00:00:00 2001 From: fredlcore Date: Thu, 16 Nov 2023 12:41:44 +0800 Subject: [PATCH] Removed dirty hack due to bugfix in ESP32 framework 2.0.14 --- BSB_LAN/BSB_LAN.ino | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/BSB_LAN/BSB_LAN.ino b/BSB_LAN/BSB_LAN.ino index 3cd0232e..5b7f720e 100644 --- a/BSB_LAN/BSB_LAN.ino +++ b/BSB_LAN/BSB_LAN.ino @@ -7097,8 +7097,7 @@ void loop() { // give the web browser time to receive the data delay(1); // close the connection: -// Temporarily disable client.flush() due to a bug introduced by ardiuino-esp32 from version 2.0.12 onwards -// client.flush(); + client.flush(); client.stop(); } // endif, client