-
Notifications
You must be signed in to change notification settings - Fork 132
V3 Board.txt file is referenced by fully qualified path and file name #399
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
Comments
I noticed this myself. As you figured out yoursel the work around is to use a smaller path for the arduinoplugin storage.
That won't work as it doesn't really work that way. |
In case someone wonders why this is not applicable for windows: In windows the path can not be longer then something around 256. Therefore the plugin issues a warning when running from a long path reducing the possible impact of this issue. |
OK - Can you please elaborate on these points? |
I decided to no longer respond to github issues -and other questions- due to a lack of support. |
With a sardonic smile: Who cares about Windows? That's not an OS for true developers... :D |
@mjmeijer thanks for fixing this issue. |
Problem: In the Project/Properties/Arduino dialog a different board.txt file can be selected. Unfortunately the dialog gives you a fully qualified path and file name - with the relevant information at the end. You have to make the dialog wide enough to see the last piece of information. In my (rather bad) case the dialog has to be 1862 pixels wide to be usable.
Solution: Shorten the dialog to the information already available in the Platform and Boards Manager:
arduino/Arduino AVR/Boards/1.6.10
arduino/Arduino SAM Boards/1.6.7
The text was updated successfully, but these errors were encountered: