Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit fb73f62

Browse files
authoredMay 28, 2024··
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

Lines changed: 2 additions & 1 deletion
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)
Please sign in to comment.