ci(external_libs): Add ZACwire to External libraries compilation test (#9705)

* Add ZACwire to External libraries compilation test

* fix example path

* fix(lib): fixed link to right examples

The previously linked example wasn't working, so I linked two other examples, which are more up to date
This commit is contained in:
Adrian Immer 2024-05-28 21:33:21 +02:00 committed by GitHub
parent 3267469015
commit d8e1374dc3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -62,5 +62,13 @@
"sketch_path": [
"~/Arduino/libraries/WS2812FX/examples/ws2812fx_spi/ws2812fx_spi.ino"
]
},
{
"name": "ZACwire for TSic",
"exclude_targets": [],
"sketch_path": [
"~/Arduino/libraries/ZACwire_for_TSic/examples/ReadingTwoTSICs/ReadingTwoTSICs.ino",
"~/Arduino/libraries/ZACwire_for_TSic/examples/ReadSingleTSIC206/ReadSingleTSIC206.ino"
]
}
]