Open charlesgoyard opened 10 years ago
+1
:+1:
I'd also like this feature.
For now, I’m using this script: Gist: Upload Arduino Code using Ino without creating a "src"-folder
A simpler solution is to make a symbolic link in the parent directory with ln -s.
E.g.
ln -s Marlin src
Hi, just a suggestion.
The arduino IDE likes (but does not seem to enforce) when the main .ino file lives in a directory with the same name. Maybe you can just change the default sketch.ino to src.ino so it works this way ? This makes sketches exchanges with people not using ino easier.