diff --git a/.github/workflows/compile-examples.yml b/.github/workflows/compile-examples.yml index 2f024f0..aea8fb6 100644 --- a/.github/workflows/compile-examples.yml +++ b/.github/workflows/compile-examples.yml @@ -66,9 +66,6 @@ jobs: libraries: | # Install the library from the local path. - source-path: ./ - - name: Arduino_USBHostMbed5 - - name: Arduino_POSIXStorage - - name: ArduinoRS485 # Additional library dependencies can be listed here. # See: https://github.com/arduino/compile-sketches#libraries sketch-paths: | diff --git a/library.properties b/library.properties index 141496d..3c5f194 100644 --- a/library.properties +++ b/library.properties @@ -7,5 +7,5 @@ paragraph=With this versatile library, you can seamlessly handle various storage category=Data Storage url=https://github.com/arduino-libraries/Arduino_UnifiedStorage architectures=renesas_portenta,mbed_portenta,mbed_opta -depends=Arduino_POSIXStorage,ArduinoRS485 +depends=Arduino_POSIXStorage,ArduinoRS485,Arduino_USBHostMbed5 includes=Arduino_UnifiedStorage.h