You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
while (musicPlayer.playingMusic) {
// file is now playing in the 'background' so now's a good time
// to do something else like handling LEDs or buttons :)
rotateText();
}
inside loop() is not working in background for some reason. I am using your example. It looks like it is blocking for me. I am using ESP32-S3 Feather
The text was updated successfully, but these errors were encountered:
Sorry @jaksatomovic haven't looked at this for about a year and not got round to ESP32-S3 (at least until they have a pico version). Not sure if there is an updated library for VS1053.
Hi, using
while (musicPlayer.playingMusic) {
// file is now playing in the 'background' so now's a good time
// to do something else like handling LEDs or buttons :)
rotateText();
}
inside loop() is not working in background for some reason. I am using your example. It looks like it is blocking for me. I am using ESP32-S3 Feather
The text was updated successfully, but these errors were encountered: