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
This should not have a hard dependency on the Arduino IDE. The way forward for Arduino is to use the CLI, even the installed IDE will use the CLI. It would be nice to be able to set your ARDUINO_INSTALL_PATH to the CLI path. I could try to make this change but it will take me a while to get up to speed on all of this code.
Also you shouldn't be reading all of these files, just invoke the executable and get the results directly from the CLI! It is much more efficient, readable and maintainable.
For example, getting the CLI version...
This should not have a hard dependency on the Arduino IDE. The way forward for Arduino is to use the CLI, even the installed IDE will use the CLI. It would be nice to be able to set your
ARDUINO_INSTALL_PATH
to the CLI path. I could try to make this change but it will take me a while to get up to speed on all of this code.Also you shouldn't be reading all of these files, just invoke the executable and get the results directly from the CLI! It is much more efficient, readable and maintainable.
For example, getting the CLI version...
The text was updated successfully, but these errors were encountered: