Open
Description
Is your feature request related to a problem? Please describe.
When I work with different sketches on different computers, I want to be able to save the whole project, with all the essential data to be able to compile the sketch on another computer.
Describe the solution you'd like
An easy way to save all included libraries and board with the sketch. Like a project. To be able to open and compile it on another computer.
There already is an export function, but this only includes the ino file, but this needs to be extended.
Metadata
Metadata
Assignees
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
Master811129 commentedon Oct 27, 2019
Yeah thats a good idea. I'm waiting for this IDE just for this feature:
"save all included libraries and board with the sketch. LIKE A PROJECT."
hutje commentedon Feb 4, 2020
Really hope this feature will be implemented... Most libraries rely on specific other library versions, this can cause problems with different projects and different library versions... Atom and Platform.io do have this option, but I really like to use the original IDE as it is intended for Arduino boards.
It just misses this one (important) feature.
per1234 commentedon Feb 18, 2021
Related: arduino/arduino-cli#108
derniwi commentedon Jul 7, 2023
Hello,
I have several independent projects for completly different hardware (Arduino Nano, Arduino Mega 2560, ESP32...). So an export and import of the current settings for each project would really help. Currently I document every used setting in the .ino as a comment block.
But switching between two projects is not funny.
I'm not talking about using compiler directives for different hardware in one project, I'm talking about different projects with different hardware.
Regards
Nils
protocol
+port
info per sketch profile arduino/arduino-cli#2554