From d8e1374dc363224eeb283f8cda0431b8707f05eb Mon Sep 17 00:00:00 2001 From: Adrian Immer <62163284+lebuni@users.noreply.github.com> Date: Tue, 28 May 2024 21:33:21 +0200 Subject: [PATCH] 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 --- .github/workflows/lib.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lib.json b/.github/workflows/lib.json index 453267a2d2d..3e369bd7168 100644 --- a/.github/workflows/lib.json +++ b/.github/workflows/lib.json @@ -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" + ] } -] \ No newline at end of file +]