Add support for showing measurement results

[GitHub #71 #61]
This commit is contained in:
Aoran Zeng
2024-09-04 16:39:29 +08:00
parent 9c1ac559f9
commit bbc773ee36
2 changed files with 15 additions and 5 deletions

View File

@@ -731,6 +731,7 @@ main (int argc, char const *argv[])
chsrc_error (msg);
return 1;
}
ProgMode_CMD_Measure = true;
target = argv[cli_arg_Target_pos];
matched = get_target (target, TargetOp_Measure_Source, NULL);
if (!matched) goto not_matched;