Skip to content

Commit

Permalink
ci(external_libs): Add ZACwire to External libraries compilation test (
Browse files Browse the repository at this point in the history
…#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
  • Loading branch information
lebuni authored May 28, 2024
1 parent 3267469 commit d8e1374
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
]
]

0 comments on commit d8e1374

Please sign in to comment.