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

camera/component information: URI zero termination #1807

Merged
merged 2 commits into from
Mar 2, 2022

Commits on Mar 1, 2022

  1. camera_information: make URI zero terminated

    This way it's much easier to deal with this message as the last char can
    just be set to '\0' before handing it. Otherwise it needs to be copied
    first.
    julianoes committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    425e355 View commit details
    Browse the repository at this point in the history
  2. component_information: make URI zero terminated

    This way it's much easier to deal with this message as the last char can
    just be set to '\0' before handing it. Otherwise it needs to be copied
    first.
    julianoes committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    b65f73f View commit details
    Browse the repository at this point in the history