Skip to content

Commit 4de4604

Browse files
committed
Merge branch 'main' into arduino-style
2 parents 67e4d23 + cb58fdb commit 4de4604

File tree

6 files changed

+2
-640
lines changed

6 files changed

+2
-640
lines changed

Diff for: .github/workflows/arduino-lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
with:
2525
official: true
2626
project-type: library
27-
library-manager: submit
27+
library-manager: update

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
### How-to-compile/upload
1111
```bash
12-
arduino-cli compile -b arduino:renesas_uno:unor4wifi -v examples/iperf-client -u -p /dev/ttyACM0
12+
arduino-cli compile -b arduino:renesas_uno:unor4wifi -v examples/UDP_Client -u -p /dev/ttyACM0
1313
```
1414

1515
### How-to-[`EVB-LAN8670-USB`](https://www.microchip.com/en-us/development-tool/EV08L38A)

Diff for: examples/iperf-client/README.md

-36
This file was deleted.

Diff for: examples/iperf-client/iperf-client.ino

-144
This file was deleted.

0 commit comments

Comments
 (0)