-
-
Notifications
You must be signed in to change notification settings - Fork 492
Automatically install 'Arduino_BuiltIn' library at first startup #663
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The "Arduino_BuiltIn" library is being installed, but its dependencies are not.
The library installation must be configured to install dependencies because the "Arduino_BuiltIn" library is only a dummy library that serves as a container for the list of "built-in" libraries.
The working change should result in the installation of this list of libraries on the first startup of the IDE:
https://github.com/arduino-libraries/Arduino_BuiltIn/blob/main/library.properties#L10
a6cd5f4
to
1192d6a
Compare
The "Arduino_BuiltIn" library is being installed, but its dependencies are not.
The library installation must be configured to install dependencies because the "Arduino_BuiltIn" library is only a dummy library that serves as a container for the list of "built-in" libraries.
The working change should result in the installation of this list of libraries on the first startup of the IDE: https://github.com/arduino-libraries/Arduino_BuiltIn/blob/main/library.properties#L10
Thank you so much @per1234, I've fixed this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @AlbyIanna!
No description provided.