removed redundant line

This commit is contained in:
Roman Lut 2025-05-26 14:56:52 +02:00
parent 02f58bc5cf
commit 9476fb9e38

View file

@ -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();