pschatzmann / arduino-audio-tools

Arduino Audio Tools (a powerful Audio library not only for Arduino)
GNU General Public License v3.0
1.27k stars 199 forks source link

Compilation errors when using Arduino ESP32 3.0.0-rc1 #1548

Closed thegoodhen closed 3 weeks ago

thegoodhen commented 3 weeks ago

Problem Description

I am not sure if this is an issue, since the 3.0.0-rc1 is still technically unstable, but just in case the problem persists till stable release - the compilation doesn't work, but it can be fixed by adding

include

include

below #if defined(ESP32) inside URLStream.h

I can submit a pull request if you want.

Device Description

NodeMCU32S

Sketch

(tested with streams-generator-pwm.ino example, but likely will be the same for any code including the library)

Other Steps to Reproduce

No response

What is your development environment

No response

I have checked existing issues, discussions and online documentation

pschatzmann commented 3 weeks ago

I can't reproduce any issue. I guess you are still using an old version of the library!

thegoodhen commented 3 weeks ago

Sorry, yes, confirming. I just realised that, too.