From c0884c149e58af38204f1380850203a5d9d50cec Mon Sep 17 00:00:00 2001 From: Sebastian Romero Date: Thu, 16 Nov 2023 13:05:00 +0100 Subject: [PATCH 1/2] Add ArduinoRS485 as dependency --- library.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.properties b/library.properties index 82711d1..9590ac1 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 +depends=Arduino_POSIXStorage,ArduinoRS485 includes=Arduino_UnifiedStorage.h From 4d4ded050efe3350694d77f6f728f5ad16cc0fd8 Mon Sep 17 00:00:00 2001 From: Sebastian Romero Date: Thu, 16 Nov 2023 13:06:04 +0100 Subject: [PATCH 2/2] Bump version number --- library.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.properties b/library.properties index 9590ac1..141496d 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Arduino_UnifiedStorage -version=1.1.0 +version=1.1.1 author=Arduino maintainer=Arduino sentence=Simplify cross-device storage management on Portenta platforms with a single library supporting SD, Flash, and USB storage access.