Skip to content

Commit

Permalink
log_streaming: make base64 format clearer
Browse files Browse the repository at this point in the history
This way it's harder to miss this.
  • Loading branch information
julianoes committed Jun 4, 2024
1 parent 34bce6d commit 1802cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protos/log_streaming/log_streaming.proto
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ message LogStreamingRawResponse {

// Raw logging data type
message LogStreamingRaw {
string data = 1; // Ulog file stream data encoded as base64
string data_base64 = 1; // Ulog file stream data encoded as base64
}

// Result type.
Expand Down

0 comments on commit 1802cbe

Please sign in to comment.