Skip to content

Commit

Permalink
Removed dirty hack due to bugfix in ESP32 framework 2.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
fredlcore committed Nov 16, 2023
1 parent 0f636be commit 20d7cf3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions BSB_LAN/BSB_LAN.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 20d7cf3

Please sign in to comment.