Specify library dependencies in library.properties

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).
pull/169/head
per1234 4 years ago committed by GitHub
parent ac8687939f
commit b67f0a78a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      library.properties

@ -9,3 +9,4 @@ url=https://github.com/Hieromon/AutoConnect.git
dependencies=PageBuilder
architectures=esp8266, esp32
includes=AutoConnect.h
depends=ArduinoJson, PageBuilder

Loading…
Cancel
Save