-
Notifications
You must be signed in to change notification settings - Fork 8
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
Build Fails Without Deployment #14
Comments
Did you run: arduino-cli lib install Time Instructions are here: Library DependenciesRequired Dependencies: arduino-cli lib install Time If you will be using the arduino-cli lib install WiFi |
I did. It works with building the deployment. Just not the raw project. |
It might be that some of the hooks for libraries etc are done on deployments and not on the full project build. |
Right. I see what's going on. Yes you are correct. When running In the tutorial, I ended up putting the Edit: Seems that building the LED component with no deployment works now, but raw project does not work still. |
FYI, this is not a TimeLib issue. I remember getting a similar error with the SPI and Wire.h libraries, they are also not linked properly when no component/deployment is present in the project. See below:
|
Yes, this call comes from the line: For now, I am just tracking the issue. |
Following the steps, but building after "new project" and before "new deployment" causes a crash with "cannot find #include <TimeLib.h>"
The text was updated successfully, but these errors were encountered: