Skip to content

Commit 821c450

Browse files
per1234marcelstoer
authored andcommitted
Specify library dependencies in library.properties (#176)
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).
1 parent 0bc1fb0 commit 821c450

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library.properties

+1
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ paragraph=ESP8266 based internet connected Weather Station
77
category=Display
88
url=https://github.com/ThingPulse/esp8266-weather-station
99
architectures=esp8266,esp32
10+
depends=Json Streaming Parser

0 commit comments

Comments
 (0)