Hi, I'd like to be able to switch between building a Teensy 3.2 project and a T4.1 project without manually changing the board type, speed, optimization, and USB type under the Tools menu. Perhaps somehow in command line parameters driven by a shortcut?
One can select the source folder in a windows shortcut (or batch file), but that's all that is obvious to me.
And how many of you use a makefile or other build process rather than punching the buttons on the Arduino GUI? Specifying the include files when needing to switch between older and newer versions of the same library filename is an issue also.
How do you deal with it?
One can select the source folder in a windows shortcut (or batch file), but that's all that is obvious to me.
And how many of you use a makefile or other build process rather than punching the buttons on the Arduino GUI? Specifying the include files when needing to switch between older and newer versions of the same library filename is an issue also.
How do you deal with it?