-
Notifications
You must be signed in to change notification settings - Fork 5
fix: Update library references for Arduino_Modulino in sketch files #3
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
base: main
Are you sure you want to change the base?
Conversation
3dae0aa to
077b245
Compare
077b245 to
e8aa597
Compare
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 Davide!
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.
@dido18 could you run task license and push the updates? Thanks.
- Added GNU General Public License v3.0 - Added MIT License - Added Mozilla Public License v2.0 - Added reference for Scancode public domain license - Updated version of 'reuse' in THIRD-PARTY-LICENSES.json from 6.1.2 to 6.2.0
For completeness, on Ubuntu 24.04 the command failed with this error: To solve the issue, I need to create a venv locally:
|
…ublic domain reference. Update version number for 'reuse' in THIRD-PARTY-LICENSES.json and delete the associated license file.
Motivation
Recently, the
Modulinolibrary was renamedArduino_Modulino(see Update name of "Arduino_Modulino" by per1234 · Pull Request #7119 · arduino/library-registry · GitHub).The library
Modulinono longer exists, and arduino-cli throws an error when it's installed.Changes
The example
home climate monitoring and storage exampleis the only app using Modulino.sketch.yamlto use theArduino_Modulinolibrarysketch.inofile with<Arduino_Modulino>