You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As reported in #45 and #94 (and in README.md) on windows we need to use a relative path for ARDUINO_DIR.
Therefore we should probably check that if CURRENT_OS == WINDOWS then ARDUINO_DIR must be a relative path or we should exit with a warning to the user, or try to do something clever like figure out what the relative path should be based on the absolute path provided.
The text was updated successfully, but these errors were encountered:
As reported in #45 and #94 (and in README.md) on windows we need to use a relative path for
ARDUINO_DIR
.Therefore we should probably check that if
CURRENT_OS == WINDOWS
thenARDUINO_DIR
must be a relative path or we should exit with a warning to the user, or try to do something clever like figure out what the relative path should be based on the absolute path provided.The text was updated successfully, but these errors were encountered: