Closed
Description
Feature Request
There are many benefits to using the Arduino CLI instead of the IDE to run commands. But the IDE was the only way when this project was written.
Update ArduinoCmd
(arduino_cmd.rb
) to use the CLI instead of IDE.
This is expected to fix #137 as well as the issue of "hidden built-in" libraries like Ethernet.
This also will satisfy cross-platform, see #180 (comment)