schreibfaul1 / ESP32-vs1053_ext

With this library You can easily build a WebRadio with a ESP32 board and a mp3-module. See: https://www.youtube.com/watch?v=u4u9NvZvWRk
GNU General Public License v3.0
106 stars 29 forks source link

loadUserCode halts processing #23

Open gerthalberg opened 2 years ago

gerthalberg commented 2 years ago

The call to loadUserCode(); // load in VS1053B if you want to play flac in the VS1053::begin function appears to block. When I remove the call, the begin function return otherwise not.