Skip to content

Commit 5054b11

Browse files
committed
update library.properties
1 parent d7399b2 commit 5054b11

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
@@ -2,10 +2,10 @@ name=Arduino_NetworkConfigurator
22
version=0.0.1
33
author=Arduino
44
maintainer=Arduino <[email protected]>
5-
sentence=This library allows to configure network credentials.
5+
sentence=This library allows to configure and update the network settings of a ConnectionHandler instance.
66
paragraph=It provides a set of Agents to handle the transmission of network credentials between the board and an user device for configuring the Arduino_ConnectionHandler. The library stores the provided configurations on non volatile memory to keep them persistent.
77
category=Communication
8-
url=https://github.com/arduino-libraries/ArduinoIoTCloud
9-
architectures=mbed,samd,esp8266,mbed_nano,mbed_portenta,mbed_nicla,esp32,mbed_opta,mbed_giga,renesas_portenta,renesas_uno,mbed_edge
10-
includes=NetworkConfigurator.h
11-
depends=Arduino_ConnectionHandler,Arduino_DebugUtils,Arduino_CloudUtils,ArduinoBLE,ArduinoStorage
8+
url=https://github.com/arduino-libraries/Arduino_NetworkConfigurator
9+
architectures=mbed,samd,mbed_portenta,mbed_nicla,mbed_opta,mbed_giga,renesas_portenta,renesas_uno
10+
includes=Arduino_NetworkConfigurator.h
11+
depends=Arduino_ConnectionHandler,Arduino_DebugUtils,Arduino_CloudUtils,ArduinoBLE,Arduino_KVStore

0 commit comments

Comments
 (0)