-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
you have a #include "ESpeechUserConfig.h" in examples/Basic/basic.ino
and additionaly you have an include in examples/Basic/ESpeech.h with #include "../ESpeechUserConfig.h".
So FFAT does not work anymore we need to use SPIFFS. Im also using a ESP32-S3 with your default pins, but when I try to run it i get
following errors:
E (273606) i2s(legacy): i2s_check_cfg_validity(1000): this i2s port is in use
E (273606) i2s(legacy): i2s_driver_install(1678): I2S configuration is invalid
E (275766) i2s(legacy): i2s_check_cfg_validity(1000): this i2s port is in use
E (275767) i2s(legacy): i2s_driver_install(1678): I2S configuration is invalid
I think I2S port gets initialized twice.
Could you serve us a working version?
Thank you for this great project.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels