You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Avoid the different installed IDE versions from interfering with each other by altering the shared files in the .arduino15 folder. Currently I can't use 1.6.2 with other versions due to interference so portable mode would solve that.
Allow Boards Manager/Library Manager installations to be tested with specific IDE versions, rather than the newest installed version only. This will be the most important for testing Boards Manager JSON files for 3rd party hardware packages.
Drawbacks:
Hardware packages can not be shared among IDE versions. This could significantly increase build time if packages with large tools need to be installed for multiple IDE versions.
I will need to add IDE version list/range arguments to install_package and install_library, which will be difficult as they already have optional parameters.
Benefits:
Drawbacks:
To do:
The text was updated successfully, but these errors were encountered: