ALog icon indicating copy to clipboard operation
ALog copied to clipboard

Specify library dependencies in library.properties

Open per1234 opened this issue 4 years ago • 0 comments

Specifying the library dependencies in the depends field of library.properties causes the Arduino Library Manager (Arduino IDE 1.8.10 and newer) to offer to install any missing dependencies during installation of this library.

arduino-cli lib install will automatically install the dependencies (arduino-cli 0.7.0 and newer).

Reference: https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#libraryproperties-file-format

per1234 avatar Jan 02 '20 08:01 per1234