Skip to content

Commit 595e7de

Browse files
julianoesddatsko
authored andcommitted
rtk: encode RTCM data in base64 (mavlink#344)
This makes it possible to use this via other languages like Python where binary data in a string is not an option.
1 parent 1829313 commit 595e7de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protos/rtk/rtk.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ service RtkService {
1515

1616
// RTCM data type
1717
message RtcmData {
18-
string data = 1; // The data encoded as a string
18+
string data_base64 = 1; // The data encoded as a base64 string
1919
}
2020

2121
message SendRtcmDataRequest {

0 commit comments

Comments
 (0)