MrBuddyCasino / ESP32_Alexa

An Alexa Smart Speaker project for the ESP32.
Mozilla Public License 2.0
265 stars 72 forks source link

mp3_decoder issue #31

Closed chegewara closed 3 years ago

chegewara commented 6 years ago

Since mp3_decoder is used to create new task here, we cant return from it like in those lines: https://github.com/MrBuddyCasino/ESP32_Alexa/blob/master/components/mp3_decoder/mp3_decoder.c#L124-L127

Obviously this will crash app since we need to delete task with vTaskDelete(NULL);