Skip to content

Commit 7739373

Browse files
authored
fix: Add ArduinoRS485 as dependency (#29)
* Add ArduinoRS485 as dependency * Bump version number
1 parent eff6320 commit 7739373

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: library.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name=Arduino_UnifiedStorage
2-
version=1.1.0
2+
version=1.1.1
33
author=Arduino
44
maintainer=Arduino <[email protected]>
55
sentence=Simplify cross-device storage management on Portenta platforms with a single library supporting SD, Flash, and USB storage access.
66
paragraph=With this versatile library, you can seamlessly handle various storage types without the need for separate, device-specific libraries. Develop data logging, file storage, or data transfer applications, with a consistent interface. All while reducing development time and ensuring compatibility across the Portenta C33, Portenta H7, and Portenta Machine Control platforms.
77
category=Data Storage
88
url=https://github.com/arduino-libraries/Arduino_UnifiedStorage
99
architectures=renesas_portenta,mbed_portenta,mbed_opta
10-
depends=Arduino_POSIXStorage
10+
depends=Arduino_POSIXStorage,ArduinoRS485
1111
includes=Arduino_UnifiedStorage.h

0 commit comments

Comments
 (0)