pschatzmann / arduino-audiokit

Arduino ADF/Audiokit HAL (support for ESP32-A1S, AI-Thinker, LyraT for ES7148, ES7210, ES7243, ES8311, ES8347, ES8388, TAS5805M, AC101 audio chips)
GNU General Public License v3.0
153 stars 40 forks source link

error: 'struct i2s_pin_config_t' has no member named 'mck_io_num' #25

Closed nica-f closed 2 years ago

nica-f commented 2 years ago

Current 'master' does not compile using Arduino 1.8.15 and ESP32 Arduino SDK from the 1.0.x series within Arduino (currently tested with 1.0.6).

pschatzmann commented 2 years ago

I just committed a correction. However I recommend to use the latest version

nica-f commented 2 years ago

Tadah! Now it builds again, thank you!

And yes, I will need to check out the 2.x series, I am just afraid that other projects may break with this major update...

pschatzmann commented 2 years ago

ps. I suggest that you have a look at https://github.com/pschatzmann/arduino-audio-tools. It has plenty of examples how to decode from URL streams. https://github.com/pschatzmann/arduino-audio-tools/wiki/Encoding-and-Decoding-of-Audio might also be of interest...