Skip to content

Commit 094856b

Browse files
authored
Fix typos in documentation (#225)
1 parent 5d08d9b commit 094856b

38 files changed

+158
-158
lines changed

CHANGELOG

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ WiFiNINA 1.7.0 - 2020.08.06
1616

1717
WiFiNINA 1.6.0 - 2020.07.13
1818

19-
* Adding API to make use of file storage/retieval capability available since nina-fw 1.5.0 (#74)
19+
* Adding API to make use of file storage/retrieval capability available since nina-fw 1.5.0 (#74)
2020
* Speed up of duration of function ServerDrv::getDataBuf (#84)
2121

2222
WiFiNINA 1.5.0 - 2019.12.30

README.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ image:https://github.com/{repository-owner}/{repository-name}/actions/workflows/
88
image:https://github.com/{repository-owner}/{repository-name}/actions/workflows/compile-examples.yml/badge.svg["Compile Examples status", link="https://github.com/{repository-owner}/{repository-name}/actions/workflows/compile-examples.yml"]
99
image:https://github.com/{repository-owner}/{repository-name}/actions/workflows/spell-check.yml/badge.svg["Spell Check status", link="https://github.com/{repository-owner}/{repository-name}/actions/workflows/spell-check.yml"]
1010

11-
Enables network connection (local and Internet) with the Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000 and Arduino UNO WiFi Rev.2.
11+
Enables network connection (local and Internet) with the Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000 and Arduino Uno WiFi Rev.2.
1212

1313
With this library you can instantiate Servers, Clients and send/receive UDP packets through WiFi. The board 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.
1414

0 commit comments

Comments
 (0)