arduino-ci-script icon indicating copy to clipboard operation
arduino-ci-script copied to clipboard

Output warnings when problematic IDE versions are installed

Open per1234 opened this issue 8 years ago • 0 comments

Reference: https://github.com/per1234/arduino-ci-script#problematic-ide-versions

  • 1.5.3-1.5.6-r2: These versions will hang on compile if there is a library installed that has a hyphen in the name
  • 1.6.3 and older: No Boards/Library Manager support
  • 1.6.2: Has the nasty behavior of moving the included hardware cores to the .arduino15 folder, causing those versions to be used for all builds after Arduino IDE 1.6.2 is used.
  • 1.6.6-?: Function prototype generation broken in many cases.

per1234 avatar Feb 24 '18 11:02 per1234