Skip to content

Compile Issues #5

@funnyfrish

Description

@funnyfrish

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions