muvox-io / euphonium

Tiny audio platform
GNU Affero General Public License v3.0
96 stars 15 forks source link

app is not compatible with ESP32-S3 modules #54

Open jdthorpe opened 2 years ago

jdthorpe commented 2 years ago

Just a heads up that setting idf.py set-target ESP32-S3 before running idf.py build in the targets/esp32/app folder results in this error since the S3 does not support classic bluetooth. Hence you may wish to admonish users that this library is not (at least currently) compatible with the new ESP32-S3 modules.

feelfreelinux commented 1 year ago

I have worked with S3 modules before - the problem asides from missing bluetooth, might be the fact that they lack hardware APLL required for some DACs - at least from my experience from the early engineering units that I've received around ~Feburary. It would probably be wise to validate if the APLL issues still persist.