amperka / ino

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

.model file to define default model for project #281

Open pasckosky opened 5 years ago

pasckosky commented 5 years ago

The modification allows inserting a .model file in the root of the project to specify a different default board for each project. Since not all projects can be compiled for every board. If no file is provided, uno is choosen as default (as it is right now)