From 9476fb9e385fd1ef671778d4d8f49051caafd63b Mon Sep 17 00:00:00 2001 From: Roman Lut <11955117+RomanLut@users.noreply.github.com> Date: Mon, 26 May 2025 14:56:52 +0200 Subject: [PATCH] removed redundant line --- firmware-arduino/src/main.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/firmware-arduino/src/main.cpp b/firmware-arduino/src/main.cpp index 506fb1a..725b90d 100644 --- a/firmware-arduino/src/main.cpp +++ b/firmware-arduino/src/main.cpp @@ -41,9 +41,6 @@ void enterSleep() i2s_stop(I2S_PORT_IN); i2s_stop(I2S_PORT_OUT); - // Clear any remaining audio in buffer - i2sOutputFlushScheduled = true; - // Properly disconnect WebSocket and wait for it to complete if (webSocket.isConnected()) { webSocket.disconnect();