Closed
Description
When creating a new sketch with arduino-cli sketch new myFirstSketch
, if the directory /home/my_name/Arduino
(on Linux) is not present, the creation fails when attempting to mkdir
the sketch directory. It should use the mkdir -p
command instead.
Linux Mint 64 bit.
Arduino-cli 0.2.1-alpha-preview.
Loving this tool by the way. Great work.
Cheers,
Norm.