feat: add device family to separate s3 and s4 events.
This commit is contained in:
@@ -166,6 +166,7 @@ def main(argv: list[str] | None = None) -> int:
|
||||
{ev._waveform_key.hex(): rec}
|
||||
if ev._waveform_key else None
|
||||
),
|
||||
device_family="series3",
|
||||
)
|
||||
tag = "OK " if ins else ("SKIP" if sk else "OK ")
|
||||
print(f" [{tag}] {path.name} → {rec['filename']} "
|
||||
|
||||
Reference in New Issue
Block a user