We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
When using this library in a PlatformIO project, it does not automatically bring in M5Unified dependency.
lib_deps = m5stack/M5CoreS3@^1.0.0
It should automatically depend on M5Unified.
M5Unified
No response
It can be worked around by also including M5Unified:
lib_deps = m5stack/M5Unified@^0.2.2 m5stack/M5CoreS3@^1.0.0
The text was updated successfully, but these errors were encountered:
Why not use that .ini file.
Sorry, something went wrong.
@Tinyu-Zhao that's a workaround, the dependency chain is still broken.
Do you have any good suggestions.
If you like, Ivan Kravets gives the answer.
No branches or pull requests
Describe the bug
When using this library in a PlatformIO project, it does not automatically bring in M5Unified dependency.
To reproduce
Expected behavior
It should automatically depend on
M5Unified
.Screenshots
No response
Environment
Additional context
It can be worked around by also including
M5Unified
:Issue checklist
The text was updated successfully, but these errors were encountered: