misc: add Arduino Sketch path to Library Config#67
misc: add Arduino Sketch path to Library Config#67faustbrian merged 3 commits intoArkEcosystemArchive:masterfrom sleepdefic1t:misc/add-arduino-sketch-path
Conversation
- this change also fixes the 'platformio_example' path
This reverts commit d12af6f.
- this change also fixes the 'platformio_example' path
|
@sleepdefic1t Thanks for submitting this pull request, a maintainer will get back to you shortly! |
|
@faustbrian @air1one - 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. |
Codecov Report
@@ Coverage Diff @@
## master #67 +/- ##
=======================================
Coverage 77.67% 77.67%
=======================================
Files 22 22
Lines 318 318
=======================================
Hits 247 247
Misses 71 71Continue to review full report at Codecov.
|
|
@sleepdefic1t A contributor has approved this PR. A maintainer will merge this PR shortly. If it shouldn't be merged yet, please leave a comment saying so and we'll wait. Thank you for your contribution! |
Proposed changes
This PR primarily adds the Arduino Sketch/Example path to
library.json.This allows external package managers to properly list our examples.
It also corrects the
platformio_examplepath.Types of changes
adds to and updates library configuration file
Checklist