Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guido Gunther
gnss_share
Commits
f51c7ba0
Verified
Commit
f51c7ba0
authored
Jun 03, 2021
by
Clayton Craft
Browse files
stm_agps_serial: remove code used for debug
parent
debe9406
Changes
1
Show whitespace changes
Inline
Side-by-side
gnss_share/stm_agps_serial.py
View file @
f51c7ba0
...
@@ -55,7 +55,7 @@ class STM_AGPS_SERIAL(STM_AGPS):
...
@@ -55,7 +55,7 @@ class STM_AGPS_SERIAL(STM_AGPS):
self
.
_buf
=
bytearray
(
data
[
idx
+
1
:])
self
.
_buf
=
bytearray
(
data
[
idx
+
1
:])
return
bytes
(
line
)
return
bytes
(
line
)
else
:
else
:
self
.
_buf
.
extend
(
data
+
b
'_'
)
self
.
_buf
.
extend
(
data
)
# sleep to prevent spinning faster than the serial device can write
# sleep to prevent spinning faster than the serial device can write
await
trio
.
sleep
(
0.1
)
await
trio
.
sleep
(
0.1
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment