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
{{ message }}
This repository was archived by the owner on Oct 1, 2024. It is now read-only.
The users should have installed Arduino IDE before they try this extension. The extension will provide a F1 task - Verify. Basically it will run a local excitable command like below.
Windows: arduino.exe --verify [sketch path] -v
We don't support Linux distros and macOS in this sprint.
The text was updated successfully, but these errors were encountered:
The users should have installed Arduino IDE before they try this extension. The extension will provide a F1 task - Verify. Basically it will run a local excitable command like below.
arduino.exe --verify [sketch path] -v
We don't support Linux distros and macOS in this sprint.
The text was updated successfully, but these errors were encountered: