ci(external_libs): Add EthernetESP32 to ext. libraries compilation test (#9747)

This commit is contained in:
Juraj Andrássy 2024-06-03 09:05:08 +02:00 committed by GitHub
parent 00fb7993ad
commit 58e61efa44
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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": [],