We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd0ecbe commit 8838657Copy full SHA for 8838657
main/src/user/ota.c
@@ -17,7 +17,6 @@
17
18
#include "core/os.h"
19
#include "core/app.h"
20
-#include "chip/i2s.h"
21
#include "user/vfx.h"
22
#include "user/bt_av.h"
23
#include "user/bt_app.h"
@@ -227,7 +226,6 @@ void ota_exec(esp_spp_cb_param_t *param)
227
226
portMAX_DELAY
228
);
229
#endif
230
- i2s_output_deinit();
231
}
232
233
update_partition = esp_ota_get_next_update_partition(NULL);
@@ -357,7 +355,6 @@ void ota_end(void)
357
355
358
356
data_length = 0;
359
360
- i2s_output_init();
361
#ifndef CONFIG_AUDIO_INPUT_NONE
362
audio_input_set_mode(ain_prev_mode);
363
0 commit comments