removed redundant line
This commit is contained in:
parent
02f58bc5cf
commit
9476fb9e38
1 changed files with 0 additions and 3 deletions
|
|
@ -41,9 +41,6 @@ void enterSleep()
|
||||||
i2s_stop(I2S_PORT_IN);
|
i2s_stop(I2S_PORT_IN);
|
||||||
i2s_stop(I2S_PORT_OUT);
|
i2s_stop(I2S_PORT_OUT);
|
||||||
|
|
||||||
// Clear any remaining audio in buffer
|
|
||||||
i2sOutputFlushScheduled = true;
|
|
||||||
|
|
||||||
// Properly disconnect WebSocket and wait for it to complete
|
// Properly disconnect WebSocket and wait for it to complete
|
||||||
if (webSocket.isConnected()) {
|
if (webSocket.isConnected()) {
|
||||||
webSocket.disconnect();
|
webSocket.disconnect();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue