We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8c1ed8 commit 1beb3a7Copy full SHA for 1beb3a7
examples/rtk_base_ublox.py
@@ -136,8 +136,8 @@ async def send_rtcm(drone):
136
if rtcm_correction_data is None:
137
continue
138
139
- # Convert the rtcm data to a base64,
140
- # In MAVSDK v3 the rtcm data is expected
+ # Convert the rtcm data to a base64,
+ # In MAVSDK v3 the rtcm data is expected
141
# to be base64 encoded string .
142
base64_rtcm_data = base64.b64encode(
143
rtcm_correction_data).decode('utf-8')
0 commit comments