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

Fixes BLE data printing #7699

Merged
merged 4 commits into from
Feb 6, 2023
Merged

Fixes BLE data printing #7699

merged 4 commits into from
Feb 6, 2023

Commits on Jan 11, 2023

  1. Fixes BLE data printing

    BLE data has no '\0' terminator, therefore it can't be printed as a regular C string.
    This fix just prints the BLE data based on its length.
    SuGlider authored Jan 11, 2023
    Configuration menu
    Copy the full SHA
    f36e55f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c0e96d View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. Configuration menu
    Copy the full SHA
    6204691 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2023

  1. Configuration menu
    Copy the full SHA
    7dddb06 View commit details
    Browse the repository at this point in the history