We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug The compiler doesn't recognize AquesTalkTTS sources in this library then fails to compile
To Reproduce Steps to reproduce the behavior:
Expected behavior You don't need to copy AquesTalkTTS files. They are included in this library.
Logs Compile error appears.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered:
Though this is not the best solution, you can compile AquestTalkTTS files in your library with the following setting in platformio.ini.
[env:m5stack-core-with-aquestalk] build_flags = -I.pio/libdeps/${PIOENV}/M5Stack-Avatar/lib/AquesTalkTTS # added -laquestalk -Llib/aquestalk-esp32/src/esp32 lib_extra_dirs = .pio/libdeps/${PIOENV}/M5Stack-Avatar/lib # added lib_deps = M5Stack M5Stack-Avatar AquesTalkTTS # added
Sorry, something went wrong.
meganetaaan
No branches or pull requests
Describe the bug
The compiler doesn't recognize AquesTalkTTS sources in this library then fails to compile
To Reproduce
Steps to reproduce the behavior:
Expected behavior
You don't need to copy AquesTalkTTS files. They are included in this library.
Logs
Compile error appears.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: