-
Notifications
You must be signed in to change notification settings - Fork 449
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
ESP8266Audio compilation error in V3.0.0-Release of Arduino-esp32 #683
Comments
Espressif seems to have broken existing code with the (IMHO reasonable and a good idea in the long term!) change from All network code for the ESP32 will need to be rewritten to use the new class names. I'm not really an ESP32 user so hopefully someone here will have the time and knowledge to to the transition and throw a PR out... |
If I don't use the WiFi functions in this library (all the audio I am playing is local) is there a workaround to comment out all the network stuff? Edit: OK, the compilation errors go well beyond just the networking stuff. Errors in SPIFFS and I2C output as well. |
Implement the renamed network client and other API changes when built under the 3.x branch of the Arduino ESP32 core. Disable building TSF, the Xtensa G++ backend bug is still there. Minimal changes to get I2S to build under new IDF. Deprecated but not removed, so warnings are expected but should not be fatal in use. Fixes #683
Implement the renamed network client and other API changes when built under the 3.x branch of the Arduino ESP32 core. Disable building TSF on the ESP32, the Xtensa G++ backend bug is still there. Minimal changes to get I2S to build under new IDF. Deprecated but not removed, so warnings are expected but should not be fatal in use. Fixes #683
This is a very practical and easy to use library, I really enjoy using it to do some audio development.
Today, after updating my Arduino-esp32 to version 3.0.0-Release, I found that the compilation failed. As my personal ability level is limited, I ask for your help. Here is my error message.
Thank you again.
The text was updated successfully, but these errors were encountered: