Skip to content

Commit fb73f62

Browse files
authored
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 13beed0 commit fb73f62

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/lib.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@
6767
"name": "ZACwire for TSic",
6868
"exclude_targets": [],
6969
"sketch_path": [
70-
"~/Arduino/libraries/ZACwire_for_TSic/examples/FineTuningESP32/FineTuningESP32.ino"
70+
"~/Arduino/libraries/ZACwire_for_TSic/examples/ReadingTwoTSICs/ReadingTwoTSICs.ino",
71+
"~/Arduino/libraries/ZACwire_for_TSic/examples/ReadSingleTSIC206/ReadSingleTSIC206.ino"
7172
]
7273
}
7374
]

0 commit comments

Comments
 (0)