From b8d44e8f44f1fc2916218ae07339b91eaf5d7a9c Mon Sep 17 00:00:00 2001 From: Cristian Maglie Date: Thu, 8 Aug 2013 16:40:55 +0200 Subject: [PATCH] Updated libraries metadata --- library.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/library.properties b/library.properties index 6196907..1932940 100644 --- a/library.properties +++ b/library.properties @@ -1,10 +1,10 @@ name=WiFi author=Arduino email=info@arduino.cc -sentence=The libary to use with the Arduino WiFi shield. +sentence=Libary for the Arduino WiFi shield. paragraph=With this library you can instantiate Servers, Clients and send/receive UDP packets through WiFi. The shield can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS. url=http:http://arduino.cc/en/Reference/WiFi -architectures=avr, sam +architectures=avr,sam version=1.2 -dependencies=SPI, IPAddress +dependencies=SPI core-dependencies=arduino (>=1.5.0)