Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upDon't fail if multiple core version are found #84
Conversation
|
|
Also try to avoid failure by choosing one randomly (from a user POW this is perfectly acceptable since the erratic behaviour is due to a bug in Board Manager core). The warning reports the full path of the folder for easy copy/paste operations
|
use the latest one based on semver
a dependency was added (github.com/blang/semver), hopefully we'll use it somwhere else since it's really useful
In this way we get rid of the annoying
Platform {0} (package {1}) is unknown
, changing it with a warning.The multiple cores is a pre 1.6.7 Board Manager bug so it should slowly fade away.
@matthijskooijman @cmaglie