-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
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
Can't compile Minimal from platformio #5
Comments
Seems like the lib is not auto-loaded. Adding the following to platformio.ini solves the problem: build_flags = -L.pio/libdeps/esp32doit-devkit-v1/mDash/src/esp32/ -llibmDash |
also didn't work |
Please see #8 |
Just tested it with newest version of libraries and just the solution: |
right, adding works like a charm
|
Hello!
I'm trying to load the library from platformio, but I get the following error:
The sketch is the following:
And finally this is the platformio.ini file:
(It also doesn't work if I use a release instead of pulling from git)
The text was updated successfully, but these errors were encountered: