HeikoGr
HeikoGr
what version of esp-idf do you use? the (working) github action https://github.com/feelfreelinux/cspot/blob/master/.github/workflows/esp-idf.yml uses version 4.4
maybe this causes the problems. can you try esp-idf in version 4.4? https://github.com/espressif/esp-idf/tree/v4.4
> Failed for me as well with IDF5, had to roll back to IDF4.4 i just tested idf5 on my cspot clone/fork with github action. the occuring errors don't relate...
@BartRijvers11 : maybe you need to undo your local patch
to be prepared when your order of the esp32 arrived, you could 1. tell me, which chip you have ordered (to select the correct dac), and i'll set up my...
as far as i understand authBlob.json stores the login credentials for the cli version. you don't need the file for esp32.
You don’t need to. You need to compile cspot with your wifi credentials (this is the point, i remember why a precompiled firmware makes no sense, as long as there...
@BartRijvers11 Did you succeed?
i'll poke around, as i have no clue: did you reinstall all the dependency, after you reinstalled esp-idf? which version of esp-idf are you using? do you have golang installed?
according to your second question: as it is dependend on the device i would add the button handling in "targets/esp32/main/main.cpp".