Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Still block other operations on ESP32-S3 #2

Open
jaksatomovic opened this issue Oct 14, 2022 · 1 comment
Open

Still block other operations on ESP32-S3 #2

jaksatomovic opened this issue Oct 14, 2022 · 1 comment

Comments

@jaksatomovic
Copy link

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

@JohnJJG
Copy link
Owner

JohnJJG commented Dec 1, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants