Strange behaviour when installing multiple libraries
leonardoInf opened this issue · 5 comments
leonardoInf commented
When you have multiple dependencies in your project, you have to install them in seperate commands, otherwise it will not work
works:
- arduino --install-library "Adafruit Unified Sensor"
- arduino --install-library "Adafruit GFX Library"
doesn't work:
- arduino --install-library "Adafruit Unified Sensor","Adafruit GFX Library"
It seems to be an issue with the script and not arduino itself, because usually a list of libraries is accepted.
ladyada commented
yeah, i dont know why it doesnt work. if you can figure it out please submit a PR :)
leonardoInf commented
I propose this (pull request)
ladyada commented
please make a PR just for this one fix, and you can propose others in separate PRs!
leonardoInf commented
agreed
ladyada <notifications@github.com> schrieb am Fr., 12. Juli 2019, 19:08:
… please make a PR just for this one fix, and you can propose others in
separate PRs!
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#44>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFABIPT2G6CHWTIJ6RVUSNLP7C3CLANCNFSM4H6LWZNQ>
.
ladyada commented
done :)