We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00fb799 commit 58e61efCopy full SHA for 58e61ef
.github/workflows/lib.json
@@ -35,6 +35,14 @@
35
"~/Arduino/libraries/ESPAsyncWebServer/examples/simple_server/simple_server.ino"
36
]
37
},
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
+ },
46
{
47
"name": "FastLED",
48
"exclude_targets": [],
0 commit comments