Skip to content

Commit 5a92a95

Browse files
committed
MCU8MASS-2045 Add dependencies for the libraries used in the example sketches
1 parent 7e25bb5 commit 5a92a95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Jenkinsfilek8s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555

5656
stage('linter') {
5757
steps {
58-
sh 'arduino-lint --library-manager update --compliance permissive'
58+
sh 'arduino-lint --library-manager update --compliance permissive --project-type library'
5959
script {
6060
env.DEP_ERROR = getDependencyError()
6161
if (env.DEP_ERROR != '') {

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ paragraph=Supports HTTP(S), MQTT(S), Low Power and more. Dependent on AVR-IoT MC
77
category=Communication
88
url=https://iot.microchip.com/docs
99
architectures=*
10-
depends=AVR-IoT MCP9808, AVR-IoT VEML3328
10+
depends=AVR-IoT MCP9808, AVR-IoT VEML3328, ArduinoJson, Adafruit AHTX0, Adafruit VEML7700 Library, Adafruit seesaw Library, Adafruit GPS Library

0 commit comments

Comments
 (0)