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:
parent
3267469015
commit
d8e1374dc3
1 changed files with 9 additions and 1 deletions
10
.github/workflows/lib.json
vendored
10
.github/workflows/lib.json
vendored
|
|
@ -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"
|
||||
]
|
||||
}
|
||||
]
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue