feelfreelinux / cspot

A Spotify Connect player targeting, but not limited to embedded devices (ESP32).
Other
479 stars 44 forks source link

Question: library compatible for PIO Arduino framework #139

Open tueddy opened 1 year ago

tueddy commented 1 year ago

Hi,

i would like to extend an existing MP3 player project with this library. Unfortunately this PlatformIO framework is Arduino and not IDF. Are there any plans to make this library compatible for Arduino? Arduino as a component in IDF is unfortunately not an option.

I would be happy about hints/suggestions! Thanks in advance Dirk

tueddy commented 1 year ago

Is it possible to compile with PlatformIO target ESP-32? In /targets/esp32 there is a platform.ini already but does not compile. Anything i am doing wrong?