Skip to content

Commit d8e1374

Browse files
authored
ci(external_libs): Add ZACwire to External libraries compilation test (espressif#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
1 parent 3267469 commit d8e1374

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

Diff for: .github/workflows/lib.json

+9-1
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,13 @@
6262
"sketch_path": [
6363
"~/Arduino/libraries/WS2812FX/examples/ws2812fx_spi/ws2812fx_spi.ino"
6464
]
65+
},
66+
{
67+
"name": "ZACwire for TSic",
68+
"exclude_targets": [],
69+
"sketch_path": [
70+
"~/Arduino/libraries/ZACwire_for_TSic/examples/ReadingTwoTSICs/ReadingTwoTSICs.ino",
71+
"~/Arduino/libraries/ZACwire_for_TSic/examples/ReadSingleTSIC206/ReadSingleTSIC206.ino"
72+
]
6573
}
66-
]
74+
]

0 commit comments

Comments
 (0)