Skip to content

Commit b7a2d49

Browse files
committed
gh: add new dependency
1 parent fd803c4 commit b7a2d49

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/compile-examples.yml

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
- source-path: ./
4848
# Install library dependencies.
4949
- name: STM32duino VL53L4CD
50+
- name: STM32duino VL53L4ED
5051
- name: Arduino_LSM6DSOX
5152
- name: Arduino_LPS22HB
5253
- name: Arduino_HS300x

library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ category=Communication
88
url=https://github.com/arduino-libraries/Modulino
99
architectures=*
1010
includes=Modulino.h
11-
depends=STM32duino VL53L4CD,Arduino_LSM6DSOX,Arduino_LPS22HB,Arduino_HS300x
11+
depends=STM32duino VL53L4CD,STM32duino VL53L4ED,Arduino_LSM6DSOX,Arduino_LPS22HB,Arduino_HS300x

0 commit comments

Comments
 (0)