-
-
Notifications
You must be signed in to change notification settings - Fork 398
Allow libraries folders to be set via the configuration #88
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
Comments
Can you confirm it's still the case with latest 0.4.0? |
Closing as stale, feel free to reopen should you have the same issue again. |
Still the same pb. Even if it's in a subfolder:
My folders are like that:
Thanks. |
Still the same pb with v0.5.0
|
Thanks for confirming @SebCanet |
@SebCanet If you want to allow the CLI to see the libraries from the Arduino IDE you should copy the executable inside the Arduino IDE folder (the cli will automatically detect this condition and pick the libraries in the Arduino IDE). Did this solve your issue? |
I changed title to make it clearer, I hope... |
ok so this is more a feature request, you want the possibility to add more |
Exactly! |
Great 👍 |
Hi,
with 0.31.preview on Windows, when I type arduino-cli lib list, it lists only libraries inside my sketchbook/libraries folder.
I changed ".cli-config.yml" like this:
But when I compile it doesn't find Servo.h
Thanks!
The text was updated successfully, but these errors were encountered: