MrBuddyCasino / ESP32_MP3_Decoder

A internet radio and bluetooth speaker project for the Espressif ESP32
774 stars 182 forks source link

Not found ini.h #77

Closed cosmas92 closed 4 years ago

cosmas92 commented 4 years ago

Compile with idf 4.1 but not found ini.h in components/playlist/playlist.c

tomaskovacik commented 4 years ago

git submodule init && git submodule update" in the project directory, not esp-idf

cosmas92 commented 4 years ago

Thanks it works now