Update company-arduino paths for v1.8.6 #8
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I have adjusted the paths to work for Arduino 1.8.6. I have also added a new environment variable to be used called
ARDUINO_AVR_GCC_HEADERSwhich as the name implies it stores the location of the AVR GCC header files. This is because the path to this location is a bit harder to be figured out. It could be done with just the home path however I thought it would ultimately just be easy to add a path.Here are where both of my environment variables are set to give a little bit of insight
These changes will likely only be reflected on *nix based systems and may need to revised for Windows however I don't use windows and don't have much intention of trying to figure it out, I just wanted this awesome package to work for my needs.
The README would need to be updated, I would be happy doing that however unless I see any movement on this PR it's likely not to get done.
Closes #6
Closes #5