Arduino-PID-Library icon indicating copy to clipboard operation
Arduino-PID-Library copied to clipboard

Error:The Arduino IDE Warning when the library has been put into the "Library" floder.

Open a2010115 opened this issue 9 years ago • 1 comments

When I downloaded this library and put it into the library folder ,and I opened an example of this library ,It can't be complie. The IDE shows this message to me . "C:\Users\admin\Documents\Arduino\libraries\br3tt_rduino_PID_Library_fb095d8: Missing 'core-dependencies' from library "

a2010115 avatar Dec 27 '15 13:12 a2010115

This error only occurs with Arduino IDE 1.5.x versions up to 1.5.5-r2. It refers to a missing field in the library.properties file. That field is not required or used by Arduino IDE 1.5.6 and newer. Since the 1.5.x IDE versions were always considered beta I don't think it's worthwhile to add the core-dependencies field to library.properties. Anyone having this problem should just update to a newer IDE version.

per1234 avatar Apr 28 '17 10:04 per1234