Skip to content

Commit 58e61ef

Browse files
authored
ci(external_libs): Add EthernetESP32 to ext. libraries compilation test (#9747)
1 parent 00fb799 commit 58e61ef

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: .github/workflows/lib.json

+8
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,14 @@
3535
"~/Arduino/libraries/ESPAsyncWebServer/examples/simple_server/simple_server.ino"
3636
]
3737
},
38+
{
39+
"name": "EthernetESP32",
40+
"exclude_targets": [],
41+
"sketch_path": [
42+
"~/Arduino/libraries/EthernetESP32/examples/LegacyEthernetTest/LegacyEthernetTest.ino",
43+
"~/Arduino/libraries/EthernetESP32/examples/TwoEthernets/TwoEthernets.ino"
44+
]
45+
},
3846
{
3947
"name": "FastLED",
4048
"exclude_targets": [],

0 commit comments

Comments
 (0)