From 33a29e07120457ffebc550c1565b4b602917a33d Mon Sep 17 00:00:00 2001 From: Maximilian Gerhardt Date: Wed, 6 Nov 2024 19:02:21 +0100 Subject: [PATCH] Add Ethernet OTA example and instructions --- .github/workflows/examples.yml | 1 + examples/arduino-ethernet-ota | 1 + 2 files changed, 2 insertions(+) create mode 160000 examples/arduino-ethernet-ota diff --git a/.github/workflows/examples.yml b/.github/workflows/examples.yml index f4523fa..5fd90a4 100644 --- a/.github/workflows/examples.yml +++ b/.github/workflows/examples.yml @@ -10,6 +10,7 @@ jobs: os: [ubuntu-latest, windows-latest, macos-latest] example: - "examples/arduino-blink" + - "examples/arduino-ethernet-ota" - "examples/arduino-wifi-scan" - "examples/arduino-ota" - "examples/arduino-signed-ota" diff --git a/examples/arduino-ethernet-ota b/examples/arduino-ethernet-ota new file mode 160000 index 0000000..1e2f26e --- /dev/null +++ b/examples/arduino-ethernet-ota @@ -0,0 +1 @@ +Subproject commit 1e2f26e13476c85c4cccaa1e12523cdb793d964f