Skip to content

Commit b2f62eb

Browse files
authored
Merge branch 'arduino-libraries:master' into master
2 parents 379c9b0 + 5d08d9b commit b2f62eb

File tree

5 files changed

+349
-217
lines changed

5 files changed

+349
-217
lines changed

.github/workflows/compile-examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
sketches-report-path: ${{ env.SKETCHES_REPORTS_PATH }}
6262

6363
- name: Save memory usage change report as artifact
64-
uses: actions/upload-artifact@v2
64+
uses: actions/upload-artifact@v3
6565
with:
6666
if-no-files-found: error
6767
name: ${{ env.SKETCHES_REPORTS_PATH }}

.github/workflows/sync-labels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
file-url: https://raw.githubusercontent.com/arduino/tooling-project-assets/main/workflow-templates/assets/sync-labels/${{ matrix.filename }}
7171

7272
- name: Pass configuration files to next job via workflow artifact
73-
uses: actions/upload-artifact@v2
73+
uses: actions/upload-artifact@v3
7474
with:
7575
path: |
7676
*.yaml
@@ -108,7 +108,7 @@ jobs:
108108
uses: actions/checkout@v3
109109

110110
- name: Download configuration files artifact
111-
uses: actions/download-artifact@v2
111+
uses: actions/download-artifact@v3
112112
with:
113113
name: ${{ env.CONFIGURATIONS_ARTIFACT }}
114114
path: ${{ env.CONFIGURATIONS_FOLDER }}

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Enables network connection (local and Internet) with the Arduino MKR WiFi 1010,
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

1515
For more information about this library please visit us at
16-
https://www.arduino.cc/en/Reference/{repository-name}
16+
https://www.arduino.cc/reference/en/libraries/wifinina/
1717

1818
== License ==
1919

0 commit comments

Comments
 (0)