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

BinaryLog: escape characters in byte arrays #3237

Merged
merged 1 commit into from
Nov 17, 2023

Conversation

robertlong13
Copy link
Collaborator

Some byte arrays in logs are raw binary data, containing problematic characters (like newlines and other unprintables). Others are printable strings meant to be displayed. This allows both to be handled.

This fixes an issue Randy was having with "FILE" messages containing newlines, which was messing up a .log analysis he's working on.

Some byte arrays in logs are raw binary data, containing problematic characters (like newlines and other unprintables). Others are printable
strings meant to be displayed. This allows both to be handled.
@meee1 meee1 merged commit 5890d68 into ArduPilot:master Nov 17, 2023
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants