Skip to content

Commit 6935488

Browse files
author
fpr
committed
Update Arduino library properties
Signed-off-by: fpr <[email protected]>
1 parent febc2e2 commit 6935488

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

library.properties

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name=Ethernet
2-
version=1.1.2
3-
author=Various (see AUTHORS file for details)
4-
maintainer=Arduino <[email protected]>
5-
sentence=Enables network connection (local and Internet) using the Arduino Ethernet Board or Shield.
6-
paragraph=With this library you can use the Arduino Ethernet (shield or board) to connect to Internet. The library provides both Client and server functionalities. The library permits you to connect to a local network also with DHCP and to resolve DNS.
1+
name=STM32Ethernet
2+
version=1.0.0
3+
author=Various
4+
maintainer=STMicroelectronics
5+
sentence=Enables network connection (local and Internet) using the STM32 Board.
6+
paragraph=With this library you can use the STM32 board to connect to Internet. The library provides both Client and server functionalities. The library permits you to connect to a local network also with DHCP and to resolve DNS. This library depends on the LwIP library.
77
category=Communication
88
url=http://www.arduino.cc/en/Reference/Ethernet
9-
architectures=*
9+
architectures=stm32

0 commit comments

Comments
 (0)