From 79bafb0ccfa07eec5060e4980139123eaf403821 Mon Sep 17 00:00:00 2001 From: Juraj Andrassy Date: Sun, 2 Jun 2024 10:22:50 +0200 Subject: [PATCH] ci(external_libs): Add EthernetESP32 to ext. libraries compilation test --- .github/workflows/lib.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/lib.json b/.github/workflows/lib.json index 3e369bd7168..9b528e4cc43 100644 --- a/.github/workflows/lib.json +++ b/.github/workflows/lib.json @@ -35,6 +35,14 @@ "~/Arduino/libraries/ESPAsyncWebServer/examples/simple_server/simple_server.ino" ] }, + { + "name": "EthernetESP32", + "exclude_targets": [], + "sketch_path": [ + "~/Arduino/libraries/EthernetESP32/examples/LegacyEthernetTest/LegacyEthernetTest.ino", + "~/Arduino/libraries/EthernetESP32/examples/TwoEthernets/TwoEthernets.ino" + ] + }, { "name": "FastLED", "exclude_targets": [],