amperka / ino

Command line toolkit for working with Arduino hardware
http://inotool.org
MIT License
1.08k stars 232 forks source link

moving sketch.ino to src.ino would make things more compatible to IDE users #150

Open charlesgoyard opened 10 years ago

charlesgoyard commented 10 years ago

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.

timpulver commented 10 years ago

+1

ff6347 commented 10 years ago

:+1:

hoosierEE commented 10 years ago

I'd also like this feature.

timpulver commented 10 years ago

For now, I’m using this script: Gist: Upload Arduino Code using Ino without creating a "src"-folder

nophead commented 10 years ago

A simpler solution is to make a symbolic link in the parent directory with ln -s.

E.g.

ln -s Marlin src