earlephilhower / ESP8266Audio

Arduino library to play MOD, WAV, FLAC, MIDI, RTTTL, MP3, and AAC files on I2S DACs or with a software emulated delta-sigma DAC on the ESP8266 and ESP32
GNU General Public License v3.0
2.01k stars 432 forks source link

Fix compile for esp32 platform #564

Closed dudanov closed 2 years ago

dudanov commented 2 years ago

Fix compile for esp32 platform v3.5

dudanov commented 2 years ago

As the logs show, this change actually breaks the latest ESP32 repo builds.

If you're using an older version, could you bracket the changes with some kind of check on the version?

Sorry. After updating my esp framework problem has gone.