Skip to content
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

Automatically install 'Arduino_BuiltIn' library at first startup #663

Merged
merged 1 commit into from
Dec 6, 2021

Conversation

AlbyIanna
Copy link
Contributor

No description provided.

Copy link
Contributor

@per1234 per1234 left a 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

@AlbyIanna
Copy link
Contributor Author

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.

Copy link
Contributor

@per1234 per1234 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @AlbyIanna!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants