We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1829313 commit 595e7deCopy full SHA for 595e7de
protos/rtk/rtk.proto
@@ -15,7 +15,7 @@ service RtkService {
15
16
// RTCM data type
17
message RtcmData {
18
- string data = 1; // The data encoded as a string
+ string data_base64 = 1; // The data encoded as a base64 string
19
}
20
21
message SendRtcmDataRequest {
0 commit comments