Skip to content

Commit 1a2fdbf

Browse files
committed
Add logs for parallel single-channel calibration
1 parent e1ad48e commit 1a2fdbf

3 files changed

Lines changed: 741 additions & 1 deletion

File tree

openwsn/analysis/logs/BUILD.bazel

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@ package(default_visibility = ["//visibility:public"])
22

33
filegroup(
44
name = "single_channel_calibration_logs",
5-
srcs = ["single_channel_calibration.csv"],
5+
srcs = [
6+
"single_channel_calibration.csv",
7+
"single_channel_calibration_multiple_1.csv",
8+
"single_channel_calibration_multiple_2.csv",
9+
],
610
)
711

812
filegroup(

0 commit comments

Comments
 (0)