Skip to content

Commit d46664c

Browse files
Update library.properties
Clarified compatibility details for Arduino Pro 4G modules and supported Portenta boards.
1 parent 5610df2 commit d46664c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

library.properties

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@ name=Arduino_Cellular
22
version=1.2.1
33
author=Arduino
44
maintainer=Arduino <[email protected]>
5-
sentence=This library provides a toolkit for interacting with the official Arduino Pro 4G Modules.
6-
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.
5+
sentence=A library for interacting with the Arduino Pro 4G modules (Quectel EC200A-EU and EG25-G) on Portenta H7 and C33 boards.
6+
paragraph=This library allows you to connect to the Internet, send and receive SMS messages, and get location data using the official Arduino Pro 4G Modules (SKU: TPX00201 – EMEA based on Quectel EC200A-EU and SKU: TPX00200 – GNSS based on Quectel EG25-G) on the Portenta H7 and Portenta C33 via the Mid Carrier board. GPS functionality is available only on the GNSS variant (TPX00200).
77
category=Communication
88
url=https://github.com/arduino-libraries/Arduino_Cellular
99
depends=ArduinoBearSSL,StreamDebugger,TinyGSM,ArduinoHttpClient
1010
architectures=renesas_portenta, mbed_portenta
1111
includes=Arduino_Cellular.h
12+

0 commit comments

Comments
 (0)