feelfreelinux / cspot

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

Fixes for esp32 #168

Closed tobiasguyer closed 9 months ago

tobiasguyer commented 9 months ago

Esp32 main.cpp wasn't up to date and therefore no more compilable. I tried to adjust the stucture as much as possible to the cliPlayer. Main difference to cli would be, that i'm still using the circularBuffer, because the centralAudioBuffer took up to much memory.