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

Fix ambiguous overload compile errors #1619

Merged
merged 1 commit into from
May 27, 2024

Conversation

shlomozippel
Copy link
Contributor

Partially fixes #1553, #1555 , #1605

This only fixes the issues in noise.cpp. There are other errors when building for esp32 with the new 3.0 core mostly related to upgrading from espidf 4.x to 5.x which has a new driver model. The RMT and I2S code needs to be updated, but that's a larger change for another day :)

@kriegsman
Copy link
Member

Thank you for this contribution - getting things working with the esp 3.0 core is something we're trying to get to as quickly as we can. All of the help is very much appreciated!

dmadison added a commit to dmadison/FastLED that referenced this pull request May 28, 2024
This function changed its signature with FastLED#1619. This corrects the copydetails commands to the new signature.
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

Successfully merging this pull request may close these issues.

Blink Arduino sample fails to compile on ESP32S3
2 participants