Skip to content

Commit

Permalink
Fix typos in documentation (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
per1234 authored Sep 5, 2022
1 parent 5d08d9b commit 094856b
Show file tree
Hide file tree
Showing 38 changed files with 158 additions and 158 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ WiFiNINA 1.7.0 - 2020.08.06

WiFiNINA 1.6.0 - 2020.07.13

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

WiFiNINA 1.5.0 - 2019.12.30
Expand Down
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ image:https://github.com/{repository-owner}/{repository-name}/actions/workflows/
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"]
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"]

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

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.

Expand Down
Loading

0 comments on commit 094856b

Please sign in to comment.