Closed
Description
Processing saves a sketch.properties which store minimal data about the Processing mode the sketch uses.
Would it be possible to have a similar sketch.properties file that instead stores the Board and maybe Port information ?
This would simplify switching between different sketches that uses different boards
Metadata
Metadata
Assignees
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
facchinm commentedon May 16, 2017
This feature has been requested multiple times (see #5121 for example), right now there is no plan to implement it (in the desktop IDE) using additional files but we are evaluating other methods. Create already handles it in a transparent way, maybe try giving it a spin 😉
mirage335 commentedon May 30, 2018
This is now possible. See arduino/arduino-ide#2438 .