Skip to content

Commit b1aa3cd

Browse files
Merge pull request #2 from arduino-libraries/properties-file
Add missing information in the properties file.
2 parents 79b9095 + e730e41 commit b1aa3cd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

library.properties

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name=Arduino_Cellular
2-
sentence=This library provides a toolkit for interacting with the official Arduino 4G Modules.
3-
4-
paragraph=A library that allows you to connect to the internet, send and receive SMS messages, and get location from the cellular network or GPS using the official Arduino 4G Modules on the Portenta Mid Carrier board.
2+
sentence=This library provides a toolkit for interacting with the official Arduino Pro 4G Modules.
3+
paragraph=A library that allows you to connect to the Internet, send and receive SMS messages, and get location from the cellular network or GPS using the official Arduino Pro 4G Modules on the Portenta Mid Carrier board.
54
category=Communication
65
url=https://github.com/arduino-libraries/ArduinoCellular
7-
architectures=*
8-
includes=ArduinoCellular.h
6+
depends=ArduinoBearSSL,StreamDebugger,TinyGsm,ArduinoHttpClient
7+
architectures=renesas_portenta, mbed_portenta
8+
includes=ArduinoCellular.h

0 commit comments

Comments
 (0)