-
Notifications
You must be signed in to change notification settings - Fork 12
chore: Automate Arduino Script #72
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
chore: Automate Arduino Script #72
Conversation
- this change also fixes the 'platformio_example' path
This reverts commit d12af6f.
- allows passing of '--auto' flag to skip interface.
@air1one @faustbrian - please review this in the next few days. Be sure to explicitly select labels so I know what's going on. If no reviewer appears after a week, a reminder will be sent out. |
@sleepdefic1t Your pull request doesn't follow our contribution guidelines. Please review and correct it. |
Codecov Report
@@ Coverage Diff @@
## master #72 +/- ##
=======================================
Coverage 77.67% 77.67%
=======================================
Files 22 22
Lines 318 318
=======================================
Hits 247 247
Misses 71 71 Continue to review full report at Codecov.
|
Proposed changes
This PR modifies the
extras/ARDUINO_IDE.sh
script to allow the passing of--auto
to skip interface prompts.Types of changes
This is primarily an improvement to aid CI and Arduino releases.
Checklist