Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo and add add logging feature in the CSI parsing script (AEGHB-760) #196

Merged
merged 2 commits into from
Aug 8, 2024

Commits on Aug 1, 2024

  1. fix: "phase_array" typo in tool scripts

    Some variable names of CSI amplitudes have been mistakenly named as "phase_array." Correct them to prevent misunderstandings.
    suhipek committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    8ac33ea View commit details
    Browse the repository at this point in the history
  2. feat(tools): logging corrupted CSI data and other serial output

    Add a CLI argument in the [csi_data_read_parse.py](examples/get-started/tools/csi_data_read_parse.py) to record corrupted CSI data and other serial output for easier debugging.
    suhipek committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    da24a81 View commit details
    Browse the repository at this point in the history